Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
4
my-app/node_modules/ignore-walk/lib/index.js
generated
vendored
Executable file → Normal file
4
my-app/node_modules/ignore-walk/lib/index.js
generated
vendored
Executable file → Normal file
|
@ -85,7 +85,7 @@ class Walker extends EE {
|
|||
.filter(e => this.isIgnoreFile(e))
|
||||
|
||||
let igCount = newIg.length
|
||||
const then = _ => {
|
||||
const then = () => {
|
||||
if (--igCount === 0) {
|
||||
this.filterEntries()
|
||||
}
|
||||
|
@ -141,7 +141,7 @@ class Walker extends EE {
|
|||
if (entryCount === 0) {
|
||||
this.emit('done', this.result)
|
||||
} else {
|
||||
const then = _ => {
|
||||
const then = () => {
|
||||
if (--entryCount === 0) {
|
||||
this.emit('done', this.result)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue