deno icon indicating copy to clipboard operation
deno copied to clipboard

Logs that ignore signals are noisy on Windows

Open ryuapp opened this issue 1 year ago • 0 comments

Related: https://github.com/denoland/deno/pull/25699

The logs have become noisy since Deno 2.0. They are not visible in Node.js. At least for me, it's better not to see it. Examples of create-hono are:

npx [email protected]

create-hono version 0.14.1
? Target directory my-app
? Which template do you want to use? aws-lambda
? Directory not empty. Continue? yes
? Do you want to install project dependencies? yes
? Which package manager do you want to use? npm
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd my-app

deno run npm:[email protected]

create-hono version 0.14.1
Ignoring signal "SIGHUP" on Windows
? Target directory my-app
Ignoring signal "SIGHUP" on Windows
? Which template do you want to use? aws-lambda
Ignoring signal "SIGHUP" on Windows
? Directory not empty. Continue? yes
Ignoring signal "SIGHUP" on Windows
Ignoring signal "SIGHUP" on Windows
Ignoring signal "SIGHUP" on Windows
? Do you want to install project dependencies? yes
Ignoring signal "SIGHUP" on Windows
? Which package manager do you want to use? deno
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd my-app

ryuapp avatar Oct 12 '24 12:10 ryuapp