|
|
|
@ -55,9 +55,6 @@ const later = (delay, value) => |
|
|
|
} |
|
|
|
} |
|
|
|
})(); |
|
|
|
})(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(async () => { |
|
|
|
(async () => { |
|
|
|
const promises = events.map(async (filename) => { |
|
|
|
const promises = events.map(async (filename) => { |
|
|
|
const path = `${root}/${filename}`; |
|
|
|
const path = `${root}/${filename}`; |
|
|
|
|