Skip to content

Commit 46e0246

Browse files
jasnelladuh95
andauthored
fixup! fixup! worker: Add experimental SynchronousWorker implementation
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 5785102 commit 46e0246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-synchronousworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const {
99

1010
const {
1111
SynchronousWorker,
12-
} = require('worker_threads');
12+
} = require('node:worker_threads');
1313

1414
function deferred() {
1515
let res;

0 commit comments

Comments
 (0)