We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87b8f9 commit 1be678dCopy full SHA for 1be678d
src/api.ts
@@ -192,6 +192,7 @@ async function save(
192
});
193
await writer.write(...files);
194
await writer.close();
195
+ await writer.done();
196
return;
197
}
198
tests/api.test.ts
@@ -479,6 +479,7 @@ describe('Penumbra API', () => {
479
})),
480
);
481
482
483
assert.isTrue(
484
progressEventFiredAndWorking,
485
'zip progress event fired & emitted expected properties',
0 commit comments