Ed, Edd n Eddy
Migrating from Deno.run to Deno.command, how to readLines?
test file: https://github.com/drashland/sinco/blob/fix-tests/tests/unit/client_test.ts#L7-L54, sometimes works when ran, sometimes hangs
16 replies
Migrating from Deno.run to Deno.command, how to readLines?
probs quite a complex case cause its sinco, the one that runs chrome as a subprocess so unfortunately the test cases aren't helpful cause we'd need to dig down into the src code, i can still share regardless, bear with
i'm still going thru it trying to see if there's any thing i haven't resolved
16 replies
Migrating from Deno.run to Deno.command, how to readLines?
Don’t suppose you’d know the reason for why a test file may hang, there’s no errors or leaking ops message, it just hangs on
<test step name> … ok (4s)
,
I’d assume there’s a promise not being resolved but wouldn’t deno throw an error message for this?
It’s still using sub processes and is only an issue on windows16 replies