Skip to content

Commit

Permalink
for sure this
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 10, 2018
1 parent 0b502be commit a93a891
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') {
return cb.call(this, error);
cb.call(this, error);
}

throw error;
Expand Down

0 comments on commit a93a891

Please sign in to comment.