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
Not sure, whether #16 or #18 fix this issue, but when you pass string that has space into child_process#exec at https://github.com/pwnall/node-open/blob/master/lib/open.js#L55 if it has space it will break.
Simple workaround - adding quotes for program as arguments have now too.