Skip to content

Commit 72ab714

Browse files
committed
Add node: prefix
1 parent 61f3da1 commit 72ab714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/6-notify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const threads = require('worker_threads');
3+
const threads = require('node:worker_threads');
44
const { Worker } = threads;
55

66
// Atomics.notify(typedArray, index, count)

0 commit comments

Comments
 (0)