We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bbd81 commit 42ae100Copy full SHA for 42ae100
2 files changed
dist/index.js
@@ -6700,7 +6700,7 @@ module.exports = require("util");
6700
var __webpack_exports__ = {};
6701
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
6702
(() => {
6703
-const fs = (__nccwpck_require__(7147).promises);
+const fs = __nccwpck_require__(7147);
6704
const os = __nccwpck_require__(2037);
6705
const path = __nccwpck_require__(1017);
6706
index.js
@@ -1,4 +1,4 @@
1
-const fs = require('fs').promises;
+const fs = require('fs');
2
const os = require('os');
3
const path = require('path');
4
0 commit comments