groendahlG
Denoβ€’3y agoβ€’
3 replies
groendahl

Simple Deno program on Windows quits after 20 seconds

Hi

I have created a simple deno program and now compiled to an exe file for window using the command deno compile --allow-all --target x86_64-pc-windows-msvc ./index.ts. I've also compiled to mac and it runs just perfect. The program is like a setInterval that logs some info. However on Windows, the program boots up, it logs to the console just fine every second but quits without any notice after like 20 seconds.

Any idea what this might be?
Was this page helpful?