Skip to content

Commit 1b17f2b

Browse files
committed
Fixed misspelling of current_process in exit that caused error
1 parent 137a41f commit 1b17f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processes/process_system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class ProcessSystem {
273273
}else{
274274
let pid = this.current_process.pid;
275275
let reason = one;
276-
let process = this.current_proces;
276+
let process = this.current_process;
277277
process.signal(reason);
278278
}
279279

0 commit comments

Comments
 (0)