This commit is contained in:
Benjamin Toby
2025-02-07 11:54:13 +01:00
parent 69eb6c1128
commit 7d71316b2c
4 changed files with 8 additions and 2 deletions
+3
View File
@@ -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) => {