-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Because node on windows needs to specify the .cmd extension when were using spawn then commands like chainy install common fail with spawn NOENT during lines like this
if we parsed all chainy-plugin-exec command lines (windows only) with a regexp that extends the first word to include .cmd then maybe we can work around with minimal fuss.
@balupton something similar to this?
command = command.replace(/^([\\\/.:\w\-]+)/ig, "$&.cmd");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels