0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00
This commit is contained in:
张瑞 2024-11-29 10:50:11 +08:00
parent 5465ff6eb7
commit dfc154cc6a

View file

@ -358,6 +358,7 @@ class ChildProcess {
op_spawn_kill(this.#rid, signo);
} catch (e) {
// issue #27112
console.log(e)
}
}