Skip to content

Commit

Permalink
make it type stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh authored Aug 30, 2024
1 parent 52b29be commit 2bf8ed6
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 @@ -19,7 +19,7 @@ module.exports = class MirrorDrive {
this.bytesRemoved = 0
this.bytesAdded = 0
this.iterator = this._mirror()
this._ignore = opts.ignore
this._ignore = opts.ignore ? [].concat(opts.ignore) : null
}

[Symbol.asyncIterator] () {
Expand Down

0 comments on commit 2bf8ed6

Please sign in to comment.