Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

babel-watch announcing SIGHUP #133

Open
GRA0007 opened this issue Apr 16, 2022 · 0 comments
Open

babel-watch announcing SIGHUP #133

GRA0007 opened this issue Apr 16, 2022 · 0 comments

Comments

@GRA0007
Copy link

GRA0007 commented Apr 16, 2022

Hi, I've set up babel-watch with the following config on my backend:

babel-watch ./index.js -e .js,.mjs,.json,.graphql -w src

Every time I alter a file, I get the usual "restarting..." message, but also this:

babel-watch: Runner closed with { code: null, signal: 'SIGHUP' }

Here's a screenshot of the output as well:
image

My backend is using prisma and graphql, so one of them could be causing the message, but my question is if there is a way to disable this message from babel-watch? It's unnecessary and takes up an extra line that I don't need to see every time my backend restarts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant