Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
NCPlayz committed Jan 23, 2021
1 parent 709c0f7 commit aa46e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ yargs
}
function write(text: string) {
if (argv.output) {
fs.writeFileSync(argv.output, Buffer.from(text))
fs.writeFileSync(argv.output, Buffer.from(text));
} else {
console.log(text)
console.log(text);
}
}

Expand Down

0 comments on commit aa46e07

Please sign in to comment.