There was an error while loading. Please reload this page.
1 parent b68a55a commit 269535dCopy full SHA for 269535d
1 file changed
bin/cmd.js
@@ -28,6 +28,6 @@ const args = process.argv.slice(2);
28
const file = args[0];
29
const input = (file && file !== '-') ? createReadStream(file) : process.stdin;
30
31
-input.pipe(concat(function (buf) {
+input.pipe(concat((buf) => {
32
console.log(transform(buf.toString('utf8')));
33
}));
0 commit comments