Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 13, 2019
1 parent 3f98dde commit 445e836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class ReaddirpStream extends Readable {
if (!fullPath) console.log('_stat', fullPath);
stats = await this._stat(fullPath);
} catch (error) {
console.log(466201, error.code);
console.log(466201, error.code, this.readable);

if (error.code === ENOENT) {
this.filesToRead--;
Expand Down

0 comments on commit 445e836

Please sign in to comment.