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
DebugEntry - Make debugging work with node-inspector v0.12.5.
The matching of the `debug listening on port` message was broken when
v0.12.5 of node-inspector changed the capitalisation of "debug" to
"Debug". The matching is now case-insensitive.
0 commit comments