Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit e3d4ad1

Browse files
hankduanjuliemr
authored andcommittedApr 2, 2015
fix(stacktrace): remove jasmine2 specific stacktraces
1 parent ad87d62 commit e3d4ad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎lib/util.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ var q = require('q'),
33

44
var STACK_SUBSTRINGS_TO_FILTER = [
55
'node_modules/minijasminenode/lib/',
6+
'node_modules/jasmine/',
67
'node_modules/selenium-webdriver',
78
'at Module.',
89
'at Object.Module.',
910
'at Function.Module',
1011
'(timers.js:',
1112
'jasminewd/index.js',
13+
'jasminewd2/index.js',
1214
'protractor/lib/'
1315
];
1416

0 commit comments

Comments
 (0)
This repository has been archived.