1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 13:00:36 -05:00
This commit is contained in:
张瑞 2024-11-29 12:06:10 +08:00
parent 87e8c6c61c
commit bd72d78974

View file

@ -356,9 +356,8 @@ class ChildProcess {
}
try {
op_spawn_kill(this.#rid, signo);
}
catch (e){
// issue #27124
} catch (e) {
// issue #27124
void e;
}
}