NDHN
Deno3y ago
NDH

Run examples on Windows

Anyone know how to run the
Piping to files
example on Windows?
https://deno.land/manual@v1.30.3/examples/subprocess

'yes' is ignored, and I get a final error for the kill request
process.kill("SIGINT");

error: Uncaught PermissionDenied: Access is denied. (os error 5)
process.kill("SIGINT");
Was this page helpful?