We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038cf37 commit 24958caCopy full SHA for 24958ca
test/parallel/test-unhandled-exception-with-worker-inuse.js
@@ -1,5 +1,5 @@
1
'use strict';
2
-require('common');
+require('../common');
3
4
// Check that node will not call v8::Isolate::SetIdle() when exiting
5
// due to an unhandled exception, otherwise the assertion(enabled in
0 commit comments