Skip to content

Commit e98772d

Browse files
Trottrvagg
authored andcommitted
test: remove redeclared var in test-domain
PR-URL: #4984 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent bf0383b commit e98772d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-domain.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function fn2(data) {
175175
assert.equal(data, 'data', 'should not be null err argument');
176176
}
177177

178-
var bound = d.intercept(fn2);
178+
bound = d.intercept(fn2);
179179
bound(null, 'data');
180180

181181
// intercepted should never pass first argument to callback

0 commit comments

Comments
 (0)