Skip to content

Commit e97b6ea

Browse files
committed
Fix a test to require the modules properly
1 parent 5f72f31 commit e97b6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/error-handling.tap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
'use strict';
2+
if (!process.addAsyncListener) require('../bootstrap.js');
23

34
var domain = require('domain')
45
, test = require('tap').test
5-
, cls = require('../bootstrap.js')
6+
, cls = require('continuation-local-storage')
67
;
78

89
test("continuation-local storage glue with a throw in the continuation chain",

0 commit comments

Comments
 (0)