Skip to content

Commit

Permalink
remove unused path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Darmaillac authored Jul 2, 2021
1 parent bbddbe8 commit 979d0d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,10 @@ $ node object.js test/x.js test/y.js
{"type":"end","test":2}
```

An convenient alternative to achieve the same:
A convenient alternative to achieve the same:
```js
// report.js
var test = require('tape');
var path = require('path');

test.createStream({ objectMode: true }).on('data', function (row) {
console.log(JSON.stringify(row)) // for example
Expand Down

0 comments on commit 979d0d9

Please sign in to comment.