diff options
Diffstat (limited to 'ext/node/polyfills/fs.ts')
-rw-r--r-- | ext/node/polyfills/fs.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfills/fs.ts b/ext/node/polyfills/fs.ts index 01ac9912e..38a7a2bfb 100644 --- a/ext/node/polyfills/fs.ts +++ b/ext/node/polyfills/fs.ts @@ -137,6 +137,7 @@ const { const promises = { access: accessPromise, + constants, copyFile: copyFilePromise, cp: cpPromise, open: openPromise, |