Run examples on Windows
Anyone know how to run the
https://deno.land/manual@v1.30.3/examples/subprocess
'yes' is ignored, and I get a final error for the kill request
error: Uncaught PermissionDenied: Access is denied. (os error 5)
process.kill("SIGINT");
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
error: Uncaught PermissionDenied: Access is denied. (os error 5)
process.kill("SIGINT");
