Skip to content

Commit

Permalink
Revert "for sure this" (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie authored Aug 10, 2018
1 parent 410713e commit 733d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/error-checking.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function throwError(error, cb) {
}

if (typeof cb === 'function') {
cb.call(this, error);
return cb.call(this, error);
}

throw error;
Expand Down

0 comments on commit 733d2dd

Please sign in to comment.