Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Logs that ignore signals are noisy on Windows #26183

Closed
ryuapp opened this issue Oct 12, 2024 · 0 comments · Fixed by #26332
Closed

Logs that ignore signals are noisy on Windows #26183

ryuapp opened this issue Oct 12, 2024 · 0 comments · Fixed by #26332

Comments

@ryuapp
Copy link
Contributor

ryuapp commented Oct 12, 2024

Related: #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 create-hono@0.14.1

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:create-hono@0.14.1

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
bartlomieju pushed a commit that referenced this issue Oct 17, 2024
Closes #26183.

The warnings are super noisy and not actionable for the user
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant