mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
format
This commit is contained in:
parent
87e8c6c61c
commit
bd72d78974
1 changed files with 2 additions and 3 deletions
|
@ -356,9 +356,8 @@ class ChildProcess {
|
|||
}
|
||||
try {
|
||||
op_spawn_kill(this.#rid, signo);
|
||||
}
|
||||
catch (e){
|
||||
// issue #27124
|
||||
} catch (e) {
|
||||
// issue #27124
|
||||
void e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue