Skip to content

Commit 408a207

Browse files
committed
fix(cp): use this modules fs promise wrapper
1 parent 651cdb8 commit 408a207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cp/polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const {
4545
symlink,
4646
unlink,
4747
utimes,
48-
} = require('fs/promises');
48+
} = require('../fs.js');
4949
const {
5050
dirname,
5151
isAbsolute,

0 commit comments

Comments
 (0)