diff --git a/lib/index.js b/lib/index.js index 6c549a5..9cbc82f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -188,7 +188,6 @@ export async function downloadUpdate(options, eventListeners) { }); } progressHandler && progressHandler.remove(); - await new Promise((resolve) => setTimeout(resolve, 100)); return options.hash; }