Skip to content

Commit 4a4e49b

Browse files
committed
testOnly
1 parent 3e8febb commit 4a4e49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DirectoryWatcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ class DirectoryWatcher extends EventEmitter {
543543
process.nextTick(() => {
544544
if (this.closed) return;
545545
fs.readdir(this.path, (err, items) => {
546-
throw new Error(">>> 2", this.path, err, this.closed);
546+
throw new Error(">>> 2" + this.path + err.code + this.closed);
547547

548548
if (this.closed) return;
549549
if (err) {

0 commit comments

Comments
 (0)