opencode/quiet-pixel
Dax Raad 2026-03-10 01:02:17 -04:00
parent 5ea92ea6cb
commit 2a98920922
1 changed files with 2 additions and 1 deletions

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) {