mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add one second delay between promises
This commit is contained in:
parent
534e5b8047
commit
98418133d5
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export default class AppFilesScanner {
|
|||
|
||||
// console.log('file', file)
|
||||
|
||||
// await new Promise(r => setTimeout(r, 1000 * index))
|
||||
await new Promise(r => setTimeout(r, 1000 * index))
|
||||
|
||||
file.statusMessage = '🗃 Decompressing file'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue