Bugfix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user