Closed TheBrenny closed 3 years ago
Silly that python can't handle this character, but this fixes #14.
Also made the checkSetup function more verbose towards errors stemming from execFileSync. (Perhaps this should be exec, or spawn as well to be more in-line with JS conventions?)
checkSetup
execFileSync
Thanks for this. It seems perfectly fine. I'll merge this and release a new version a bit later.
Silly that python can't handle this character, but this fixes #14.
Also made the
checkSetup
function more verbose towards errors stemming fromexecFileSync
. (Perhaps this should be exec, or spawn as well to be more in-line with JS conventions?)