You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno.test("example",async()=>{constcmd=["echo","hello"];// create subprocessconstp=Deno.run({ cmd });// await its completionawaitp.status();})
A child process (rid xxx) was started during the test, but not closed during the test.
Close the child process by calling `proc.kill()` or `proc.close()`.
The text was updated successfully, but these errors were encountered:
hashrock
changed the title
Incorrect example
Subprocess Example Issue: Child Process Not Closed During Test
Sep 25, 2023
hashrock
changed the title
Subprocess Example Issue: Child Process Not Closed During Test
Subprocess example: Child process not closed during test
Sep 25, 2023
https://deno.land/[email protected]/examples/subprocess
The text was updated successfully, but these errors were encountered: