@neon-rs/cli 0.0.43 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10324,7 +10324,7 @@ module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util");
|
|
|
10324
10324
|
|
|
10325
10325
|
const { bin } = __nccwpck_require__(1401);
|
|
10326
10326
|
|
|
10327
|
-
if (!
|
|
10327
|
+
if (!process) {
|
|
10328
10328
|
__nccwpck_require__(3659);
|
|
10329
10329
|
}
|
|
10330
10330
|
|