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
@@ -86,6 +86,9 @@ export default function startProcess({
console.log(
`${colors.FgRed}Error:${colors.Reset} Preflight Failed.`
);
setTimeout(() => {
global.DEPLOYING = 0;
}, 2000);
} else {
killChild(childProcess, port).then((kill) => {
if (kill) {