@base44-preview/cli 0.0.37-pr.357.8ea004a → 0.0.37-pr.357.cad1676
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/dist/cli/index.js +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -244420,7 +244420,7 @@ async function execAction(scriptArg, options8, extraArgs) {
|
|
|
244420
244420
|
}
|
|
244421
244421
|
try {
|
|
244422
244422
|
const exitCode = await new Promise((resolvePromise) => {
|
|
244423
|
-
const child = spawn3("deno", ["run", "--allow-all",
|
|
244423
|
+
const child = spawn3("deno", ["run", "--allow-all", EXEC_WRAPPER_PATH, ...extraArgs], {
|
|
244424
244424
|
env: {
|
|
244425
244425
|
...process.env,
|
|
244426
244426
|
SCRIPT_PATH: scriptPath,
|
|
@@ -248809,4 +248809,4 @@ export {
|
|
|
248809
248809
|
CLIExitError
|
|
248810
248810
|
};
|
|
248811
248811
|
|
|
248812
|
-
//# debugId=
|
|
248812
|
+
//# debugId=BFEF5AD8D1A6373164756E2164756E21
|