We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a8767 commit 547dd26Copy full SHA for 547dd26
1 file changed
runners/console/index.ts
@@ -930,7 +930,7 @@ export class Console extends Runner {
930
if(this.asyncProcesses.length > 0) {
931
let processes: psList.ProcessDescriptor[] = Array.from((await psList()).values());
932
for(let asyncProcess of this.asyncProcesses) {
933
- killProcessesRecursively(processes.reverse(), asyncProcess.pid);
+ killProcessesRecursively(processes, asyncProcess.pid);
934
}
935
//Check if there are still running processes on the given ports
936
for(let asyncProcess of this.asyncProcesses.reverse()) {
0 commit comments