Bugfix
This commit is contained in:
Vendored
+3
@@ -54,6 +54,9 @@ function startProcess({ command, preflight, postflight, redeploy_file, port, fir
|
||||
const runPreflight = (0, preflight_1.default)(preflight);
|
||||
if (!runPreflight) {
|
||||
console.log(`${console_colors_1.default.FgRed}Error:${console_colors_1.default.Reset} Preflight Failed.`);
|
||||
setTimeout(() => {
|
||||
global.DEPLOYING = 0;
|
||||
}, 2000);
|
||||
}
|
||||
else {
|
||||
(0, kill_child_1.default)(childProcess, port).then((kill) => {
|
||||
|
||||
Reference in New Issue
Block a user