Skip to content

Commit 19a989f

Browse files
committed
Add node: for internal modules
1 parent 42f3236 commit 19a989f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaScript/4-concat.js

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

3-
const fs = require('fs');
4-
const v8 = require('v8');
3+
const fs = require('node:fs');
4+
const v8 = require('node:v8');
55

66
const SYMBOL_FILENAME = Symbol('fileName');
77

0 commit comments

Comments
 (0)