fixing missing import from git merge conflict issues.

Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
Alex Yong 2025-08-25 20:10:48 +00:00
parent 305efa17bd
commit f05d010007
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import { resolve } from "jsr:@std/path"
import { parseArgs } from "jsr:@std/cli/parse-args"
import { ZipReader, Uint8ArrayReader, Uint8ArrayWriter } from "jsr:@zip-js/zip-js"
const args = parseArgs(Deno.args, {
boolean: ["yes", "y", "auto-accept"],
@ -408,4 +409,3 @@ await Promise.all(writeFilePromises)
// Close the zip reader
await zipReader.close()