Updates
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
-2
@@ -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]
|
||||
|
||||
Vendored
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user