From 14f8ea786861d93e3783acf83f22beb2158d0772 Mon Sep 17 00:00:00 2001 From: ayunami2000 Date: Sun, 2 Oct 2022 21:41:04 -0400 Subject: [PATCH] wjdiewhjaksjkasdjkas --- decompile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decompile.html b/decompile.html index 9b6bfda..b646fe4 100644 --- a/decompile.html +++ b/decompile.html @@ -87,7 +87,7 @@ for (const file of fileList) { progressBar.value++; if (file.type != 'FILE') continue; - zip.file(file.name, file.data); // todo: check if it'll accept a blob as input + zip.file(file.name, file.data); } zip.generateAsync({type: 'blob'}).then(function(content) {