pull/16961/head
Dax Raad 2026-03-10 01:02:17 -04:00
parent 58a4cd00b6
commit 2678ceb45e
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) {