Spaces:
Running
Running
Update dist/app.js
Browse files- dist/app.js +1 -1
dist/app.js
CHANGED
@@ -18,7 +18,7 @@ async function test(id) {
|
|
18 |
const blob = new Blob([lfsContent]);
|
19 |
|
20 |
try {
|
21 |
-
const iterator =
|
22 |
// Get return value of the generator
|
23 |
while (1) {
|
24 |
const { done, value } = await iterator.next();
|
|
|
18 |
const blob = new Blob([lfsContent]);
|
19 |
|
20 |
try {
|
21 |
+
const iterator = shas[id](blob, { useWebWorker: { minSize: 1 } });
|
22 |
// Get return value of the generator
|
23 |
while (1) {
|
24 |
const { done, value } = await iterator.next();
|