Skip to content

Commit 0aab226

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent f85ebea commit 0aab226

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/local.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ async function kill_processes() {
8080

8181
function register_children_processes(proc) {
8282
pidtree(proc.pid, { root: true }, function (err, pids) {
83-
if (err) {console.log("err", err); return}
83+
if (err) {
84+
console.log("err", err)
85+
return
86+
}
8487
processes.push(...pids)
8588
})
8689
}

0 commit comments

Comments
 (0)