Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Apr 15, 2020
1 parent 4fd1006 commit bddf707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/as-promise/core.ts
Expand Up @@ -147,7 +147,7 @@ export default class PromisableRequest extends Request {
return;
}

// Let the promise handle the error
// Let the promise decide whether to abort or not
this.emit('error', error);
}
}

0 comments on commit bddf707

Please sign in to comment.