Skip to content

Commit

Permalink
feat: optimization abort request message
Browse files Browse the repository at this point in the history
  • Loading branch information
985563349 committed Mar 7, 2024
1 parent 07cd27a commit 4bf325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cancel/CancelError.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CancelError {
constructor(message) {
this.message = message || 'request abort.';
this.errMsg = message || 'request:fail abort';
}
}

Expand Down

0 comments on commit 4bf325e

Please sign in to comment.