Skip to content

Commit

Permalink
Breaking: Output cli on multiple lines
Browse files Browse the repository at this point in the history
Closes gh-77
Fixes #76
  • Loading branch information
fregante authored and mrjoelkemp committed Mar 7, 2021
1 parent a872455 commit 2e9cf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ if (program.type) {
options.type = program.type;
}

console.log(precinct(content, options));
console.log(precinct(content, options).join('\n'));

0 comments on commit 2e9cf8d

Please sign in to comment.