zarro 1.141.13 → 1.141.14
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.
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
}
|
|
478
478
|
async function pushResolvedContainerOption(collected, opts, option, environmentVariable, fallback) {
|
|
479
479
|
let value = opts[option], usingFallback = false;
|
|
480
|
-
if (value
|
|
480
|
+
if (!value) {
|
|
481
481
|
value = await fallback();
|
|
482
482
|
usingFallback = true;
|
|
483
483
|
}
|