Skip to content

Commit 313d287

Browse files
avivkellerflakey5
andauthored
Apply suggestions from code review
Co-authored-by: flakey5 <[email protected]>
1 parent 0da3e20 commit 313d287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generators.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

3-
import { Worker, isMainThread, parentPort, workerData } from 'worker_threads';
4-
import os from 'os';
3+
import { Worker, isMainThread, parentPort, workerData } from 'node:worker_threads';
4+
import os from 'node:os';
55

66
import publicGenerators from './generators/index.mjs';
77
import astJs from './generators/ast-js/index.mjs';

0 commit comments

Comments
 (0)