Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Sep 11, 2015
1 parent 5433ada commit 0f369ab
Show file tree
Hide file tree
Showing 8 changed files with 294 additions and 141 deletions.
2 changes: 1 addition & 1 deletion dist/jasmine-patch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/long-stack-trace-zone.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
},

stackFramesFilter: function (line) {
return /zone(-microtask)?(\.min)?\.js/.test(line);
return !/zone(-microtask)?(\.min)?\.js/.test(line);
},

onError: function (exception) {
Expand Down
2 changes: 1 addition & 1 deletion dist/long-stack-trace-zone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f369ab

Please sign in to comment.