File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ tap.test('callback returning rejected promise should cause that test (and only t
17
17
return tt . pass ( 'the test file indicated it should be skipped' ) ;
18
18
}
19
19
20
- strippedString = stripFullStack ( rowsString ) ;
20
+ var strippedString = stripFullStack ( rowsString ) ;
21
21
22
22
// hack for consistency across all versions of node
23
23
// some versions produce a longer stack trace for some reason
@@ -60,7 +60,7 @@ tap.test('subtest callback returning rejected promise should cause that subtest
60
60
return tt . pass ( 'the test file indicated it should be skipped' ) ;
61
61
}
62
62
63
- strippedString = stripFullStack ( rowsString ) ;
63
+ var strippedString = stripFullStack ( rowsString ) ;
64
64
65
65
// hack for consistency across all versions of node
66
66
// some versions produce a longer stack trace for some reason
You can’t perform that action at this time.
0 commit comments