Skip to content

Commit ae01625

Browse files
committed
Update AbortError message
1 parent 5a547d5 commit ae01625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p4/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class UserError extends Error {
77

88
export class AbortError extends Error {
99
constructor (message) {
10-
super(message || 'The operation was aborted.');
10+
super(message || 'Aborted. Although this looks like a scary error, it\'s perfectly normal if you interrupted a loading bar.');
1111
this.name = 'AbortError';
1212
}
1313
}

0 commit comments

Comments
 (0)