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
Currently I'm getting this kind of errors when there is nothing to be killed:
Failed to get pid of port 3011 Error: Couldn't find a process with port `3011`
at getPort (C:\sources\node\autopilot\node_modules\pid-from-port\index.js:29:9)
at C:\sources\node\autopilot\node_modules\pid-from-port\index.js:51:32
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
This is way too much noise. Simple one-liner saying that port wasn't busy to begin with would suffice. Would it be possible to either add a quiet mode for "not found" error, or some ways to customize errors thrown?
The text was updated successfully, but these errors were encountered:
Currently I'm getting this kind of errors when there is nothing to be killed:
This is way too much noise. Simple one-liner saying that port wasn't busy to begin with would suffice. Would it be possible to either add a quiet mode for "not found" error, or some ways to customize errors thrown?
The text was updated successfully, but these errors were encountered: