babel-watch
babel-watch copied to clipboard
babel-watch announcing SIGHUP
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:
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.