@westbayberry/dg 1.3.1 → 1.3.2
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/postinstall.mjs +0 -1
- package/package.json +1 -1
package/dist/postinstall.mjs
CHANGED
|
@@ -680,7 +680,6 @@ function shouldSkipSilently() {
|
|
|
680
680
|
if (process.env[flag] && process.env[flag] !== "false" && process.env[flag] !== "0") return true;
|
|
681
681
|
}
|
|
682
682
|
if (process.env.DG_NO_RC_EDIT === "1") return true;
|
|
683
|
-
if (!process.stdout.isTTY) return true;
|
|
684
683
|
return false;
|
|
685
684
|
}
|
|
686
685
|
function emit(msg) {
|