Skip to content

Commit

Permalink
fix(logging): Print args for spawn binary correctly in debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Aug 6, 2019
1 parent 810bd77 commit 2b0ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pact-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class PactUtil {
logger.debug(
`Starting pact binary with '${_.flatten([
file,
args,
spawnArgs,
JSON.stringify(opts),
])}'`,
);
Expand Down

0 comments on commit 2b0ce9d

Please sign in to comment.