We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7a979 commit 4f02e9eCopy full SHA for 4f02e9e
src/cli.ts
@@ -21,5 +21,5 @@ text(process.stdin).then((stdIn) => {
21
output = filter(output, new RegExp(options.exclude));
22
}
23
24
- console.log(output);
+ process.stdout.write(JSON.stringify(output));
25
});
0 commit comments