Skip to content

Commit 117d1f1

Browse files
aeisenbergCopilot
andauthored
Update src/debug-artifacts.ts
Co-authored-by: Copilot <[email protected]>
1 parent fd8685f commit 117d1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug-artifacts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ async function createPartialDatabaseBundle(
345345
await del(databaseBundlePath, { force: true });
346346
}
347347
const output = fs.createWriteStream(databaseBundlePath);
348-
const zip = archiver("zip");
348+
const zip = archiver("zip", { forceZip64: true });
349349

350350
zip.on("error", (err) => {
351351
throw err;

0 commit comments

Comments
 (0)