mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
chore: Remove some of the bad logging
This commit is contained in:
@@ -269,7 +269,6 @@ export const createUtils = <
|
||||
},
|
||||
async term({ signal = SIGTERM, timeout = NO_TIMEOUT } = {}) {
|
||||
const pids = pid ? await psTree(pid, overlay) : []
|
||||
console.error("Bluj killing pid ", pids)
|
||||
try {
|
||||
childProcess.kill(signal)
|
||||
|
||||
@@ -290,7 +289,6 @@ export const createUtils = <
|
||||
await overlay.destroy()
|
||||
}
|
||||
|
||||
console.error("Bluj actually killing pid ", pids)
|
||||
try {
|
||||
for (const process of pids) {
|
||||
await cp.execFile("kill", [`-${signal}`, String(process)])
|
||||
|
||||
Reference in New Issue
Block a user