RubyGems
npm
Organizations
Log in
Sign up
npm
theprogrammablemind_4wp
Versions diffs
7.5.8-beta.12 → 7.5.8-beta.14
theprogrammablemind_4wp 7.5.8-beta.12 → 7.5.8-beta.14
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/client.js
+1
-1
package/package.json
+1
-1
package/client.js
CHANGED
Viewed
@@ -1118,7 +1118,7 @@ const defaultErrorHandler = async (error) => {
1118
1118
doErrorExit = true
1119
1119
}
1120
1120
1121
-
if (runtime.process.exit && doErrorExit) {
1121
+
if (
typeof
runtime.process.exit
== 'function'
&& doErrorExit) {
1122
1122
runtime.process.exit(-1)
1123
1123
}
1124
1124
package/package.json
CHANGED
Viewed
@@ -63,6 +63,6 @@
63
63
"json-stable-stringify": "^1.0.1",
64
64
"node-fetch": "^2.6.1"
65
65
},
66
-
"version": "7.5.8-beta.
12
",
66
+
"version": "7.5.8-beta.
14
",
67
67
"license": "ISC"
68
68
}