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
Use case: When the port is already in use (for example in 9856), the library throws an uncaughtException. This prevents the upstream consumer from further handling the error.
Proposed fix is to add following error handler after
Use case: When the port is already in use (for example in 9856), the library throws an uncaughtException. This prevents the upstream consumer from further handling the error.
Proposed fix is to add following error handler after
reload/lib/reload.js
Lines 168 to 170 in c0271a6
Reference:
https://stackoverflow.com/a/14470248
The text was updated successfully, but these errors were encountered: