mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-27 04:21:24 -06:00
Update download.js
minor fix
This commit is contained in:
committed by
GitHub
parent
e2236d43fd
commit
26e9822344
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user