Closed stevenlybeck closed 6 years ago
If you logged the output of this.getBinaryArgs().join(" ")
right before it gets passed to execFile() - you find that this is the output:
-f --key 00000000000000000 /folder/option/string/goes-here
This PR brings the -f
flag and folder string back together.
Merged in #62. Closing this. Thanks @stevenlybeck for the fix.
Previously, the folder flag and folder value were split by the key argument.