Skip to content

Commit 547dd26

Browse files
committed
removed rimraf and added fsextra
1 parent 56a8767 commit 547dd26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runners/console/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ export class Console extends Runner {
930930
if(this.asyncProcesses.length > 0) {
931931
let processes: psList.ProcessDescriptor[] = Array.from((await psList()).values());
932932
for(let asyncProcess of this.asyncProcesses) {
933-
killProcessesRecursively(processes.reverse(), asyncProcess.pid);
933+
killProcessesRecursively(processes, asyncProcess.pid);
934934
}
935935
//Check if there are still running processes on the given ports
936936
for(let asyncProcess of this.asyncProcesses.reverse()) {

0 commit comments

Comments
 (0)