This commit is contained in:
Dax Raad
2026-03-10 01:02:17 -04:00
parent 5ea92ea6cb
commit 2a98920922

View File

@@ -90,7 +90,8 @@ export namespace Npm {
progress: false,
savePrefix: "",
})
await arb.reify()
const result = await arb.reify()
console.log(result)
}
export async function which(pkg: string) {