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);
|
resolve(item);
|
||||||
}, options.return_timeout ?? 500);
|
}, 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)
|
clearInterval(progress_check_interval)
|
||||||
}
|
}
|
||||||
}, 200);
|
}, 200);
|
||||||
|
Loading…
Reference in New Issue
Block a user