Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactored to es6
Changed var to const, assert.equal to assert.strictEqual
  • Loading branch information
itsmed committed Jan 18, 2017
commit b2048bb9b19fccbee409e1095904e1c9546b6b3d
1 change: 1 addition & 0 deletions test/parallel/test-fs-empty-readStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const fs = require('fs');

const emptyFile = path.join(common.fixturesDir, 'empty.txt');


fs.open(emptyFile, 'r', common.mustCall((error, fd) => {

assert.ifError(error);
Expand Down