You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, I've set up babel-watch with the following config on my backend:
Every time I alter a file, I get the usual "restarting..." message, but also this:
Here's a screenshot of the output as well:
My backend is using
prisma
andgraphql
, 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.The text was updated successfully, but these errors were encountered: