Skip to content

Commit

Permalink
fixup! fixup! worker: Add experimental SynchronousWorker implementation
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
jasnell and aduh95 authored Oct 16, 2022
1 parent 5785102 commit 46e0246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-synchronousworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {

const {
SynchronousWorker,
} = require('worker_threads');
} = require('node:worker_threads');

function deferred() {
let res;
Expand Down

0 comments on commit 46e0246

Please sign in to comment.