Skip to content

Commit 24958ca

Browse files
committed
src:no call to SetIdle() when terminating
fix import
1 parent 038cf37 commit 24958ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-unhandled-exception-with-worker-inuse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
require('common');
2+
require('../common');
33

44
// Check that node will not call v8::Isolate::SetIdle() when exiting
55
// due to an unhandled exception, otherwise the assertion(enabled in

0 commit comments

Comments
 (0)