Skip to content

Commit

Permalink
fix: global error handler should propagate errors
Browse files Browse the repository at this point in the history
Closes #368
  • Loading branch information
vojtajina committed Mar 26, 2013
1 parent 2df8828 commit dec0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/karma.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var Karma = function(socket, context, navigator, location) {
hasError = true;
socket.emit('error', msg + '\nat ' + url + ':' + line);
this.complete();
return true;
return false;
};

this.result = function(result) {
Expand Down

0 comments on commit dec0c19

Please sign in to comment.