diff options
Diffstat (limited to 'runtime/js/40_spawn.js')
-rw-r--r-- | runtime/js/40_spawn.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/js/40_spawn.js b/runtime/js/40_spawn.js index 4f680c7e1..77236ee2b 100644 --- a/runtime/js/40_spawn.js +++ b/runtime/js/40_spawn.js @@ -141,9 +141,6 @@ } async output() { - if (this.#rid === null) { - throw new TypeError("Child process has already terminated."); - } if (this.#stdout?.locked) { throw new TypeError( "Can't collect output because stdout is locked", |