Skip to content

Commit

Permalink
Merge pull request #22 from konofo/windows-fix
Browse files Browse the repository at this point in the history
Added windowsVerbatimArguments to spawn options
  • Loading branch information
mark-keaton authored Dec 6, 2018
2 parents d5eec3f + dca6473 commit 4e77884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/netsuite-sdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@ export class NetSuiteSDF {

this.sdfcli = spawn('sdfcli', commandArray, {
cwd: this.rootPath,
stdin: stdinSubject
stdin: stdinSubject,
windowsVerbatimArguments: true
});

this.showStatus();
Expand Down

0 comments on commit 4e77884

Please sign in to comment.