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
On line 226 of file monitor.js it has cmdarr = this.command.trim().split(/\s+/); which is obviously making the command C:\Program and the "script" to run is Files\node.exe or whatever.
So I've come to the conclusion that the only real way to do this would be to pass the { command: 'node.exe' } instead of letting forever-monitor determine the pathExec?
When running this way I get the error.
It works when using:
The text was updated successfully, but these errors were encountered: