Skip to content

Commit 42ae100

Browse files
added chmod
1 parent 35bbd81 commit 42ae100

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6700,7 +6700,7 @@ module.exports = require("util");
67006700
var __webpack_exports__ = {};
67016701
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
67026702
(() => {
6703-
const fs = (__nccwpck_require__(7147).promises);
6703+
const fs = __nccwpck_require__(7147);
67046704
const os = __nccwpck_require__(2037);
67056705
const path = __nccwpck_require__(1017);
67066706

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const fs = require('fs').promises;
1+
const fs = require('fs');
22
const os = require('os');
33
const path = require('path');
44

0 commit comments

Comments
 (0)