mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
commit
487553a00c
@ -123,7 +123,7 @@ const download = function(options){
|
||||
}
|
||||
resolve(item);
|
||||
}, options.return_timeout ?? 500);
|
||||
// Stop and clear the the cloud progress check interval
|
||||
// Stop and clear the cloud progress check interval
|
||||
clearInterval(progress_check_interval)
|
||||
}
|
||||
}, 200);
|
||||
@ -131,4 +131,4 @@ const download = function(options){
|
||||
})
|
||||
}
|
||||
|
||||
export default download;
|
||||
export default download;
|
||||
|
Loading…
Reference in New Issue
Block a user