Spaces:
Sleeping
Sleeping
coyotte508
commited on
Commit
ยท
9de404d
1
Parent(s):
0914da1
fixup! ๐
Browse files- src/routes/+page.svelte +1 -0
src/routes/+page.svelte
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
event.preventDefault();
|
12 |
output = 'Checking...';
|
13 |
error = '';
|
|
|
14 |
|
15 |
try {
|
16 |
for await (const file of checkDduf(url, {
|
|
|
11 |
event.preventDefault();
|
12 |
output = 'Checking...';
|
13 |
error = '';
|
14 |
+
files = [];
|
15 |
|
16 |
try {
|
17 |
for await (const file of checkDduf(url, {
|