babel-watch icon indicating copy to clipboard operation
babel-watch copied to clipboard

babel-watch announcing SIGHUP

Open GRA0007 opened this issue 2 years ago • 0 comments

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.

GRA0007 avatar Apr 16 '22 07:04 GRA0007