This commit is contained in:
Benjamin Toby
2025-01-16 06:25:16 +01:00
parent 09e8b1f6d7
commit a3e20f15ef
7 changed files with 7 additions and 15 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -16,8 +16,6 @@ exports.default = killChild;
const console_colors_1 = __importDefault(require("./console-colors"));
const kill_port_1 = __importDefault(require("kill-port"));
let childProcess = null;
const pTitle = "nodecid";
process.title = pTitle;
/**
* ## Kill Child Process Function
* @param {string | number | (string | number)[]} [port]
-2
View File
@@ -8,8 +8,6 @@ const child_process_1 = require("child_process");
const console_colors_1 = __importDefault(require("./console-colors"));
let redeployments = 0;
const KILL_SIGNAL = "SIGTERM";
const pTitle = "nodecid";
process.title = pTitle;
/**
* ## Preflight Function
* @param {string} command