Skip to content

Commit d3bcaf8

Browse files
committed
add whitespace formatting for human readability
1 parent ea35d85 commit d3bcaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ text(process.stdin).then((stdIn) => {
2525
process.exitCode = 1;
2626
}
2727

28-
process.stdout.write(JSON.stringify(output));
28+
process.stdout.write(JSON.stringify(output, null, "\t"));
2929
});

0 commit comments

Comments
 (0)