sync
This commit is contained in:
parent
5ea92ea6cb
commit
2a98920922
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ export namespace Npm {
|
||||||
progress: false,
|
progress: false,
|
||||||
savePrefix: "",
|
savePrefix: "",
|
||||||
})
|
})
|
||||||
await arb.reify()
|
const result = await arb.reify()
|
||||||
|
console.log(result)
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function which(pkg: string) {
|
export async function which(pkg: string) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue