@gapi/gcli 1.8.205 → 1.8.206
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/package.json +1 -1
- package/release/index.js +4 -2
package/package.json
CHANGED
package/release/index.js
CHANGED
|
@@ -318453,7 +318453,8 @@ async function start(args) {
|
|
|
318453
318453
|
startCommand,
|
|
318454
318454
|
["--disable-warning=DEP0040", outfile],
|
|
318455
318455
|
{
|
|
318456
|
-
stdio: "inherit"
|
|
318456
|
+
stdio: "inherit",
|
|
318457
|
+
env: process.env
|
|
318457
318458
|
}
|
|
318458
318459
|
);
|
|
318459
318460
|
}),
|
|
@@ -318510,7 +318511,8 @@ async function start(args) {
|
|
|
318510
318511
|
startCommand,
|
|
318511
318512
|
["--disable-warning=DEP0040", outfile],
|
|
318512
318513
|
{
|
|
318513
|
-
stdio: "inherit"
|
|
318514
|
+
stdio: "inherit",
|
|
318515
|
+
env: process.env
|
|
318514
318516
|
}
|
|
318515
318517
|
);
|
|
318516
318518
|
})
|