theprogrammablemind_4wp 7.5.8-beta.70 → 7.5.8-beta.71
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/runtime.js +3 -1
package/package.json
CHANGED
package/runtime.js
CHANGED
@@ -6,7 +6,9 @@ module.exports = {
|
|
6
6
|
stdout: "Should not be called in the browser",
|
7
7
|
},
|
8
8
|
child_process: "Should not be called in the browser",
|
9
|
-
fs:
|
9
|
+
fs: {
|
10
|
+
existsSync: () => false,
|
11
|
+
},
|
10
12
|
ArgumentParser: "Should not be called in the browser",
|
11
13
|
readline: "Should not be called in the browser",
|
12
14
|
jsonDiff: "Should not be called in the browser",
|