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
As a workaround, invoking node directly with the debug argument appears to work correctly instead of having the shell invoke node via the shebang. It would be super convenient though if vows included a wrapper that handled a debug argument similar to how mocha handles it
It would be great to run
vows debug mytest.js
that will callnode debug
underneath. Thanks in advance!The text was updated successfully, but these errors were encountered: