Skip to content

Commit 839326f

Browse files
committed
chore: more logs
1 parent 7d91589 commit 839326f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workspaces/arborist/lib/audit-report.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ class AuditReport extends Map {
256256
}
257257

258258
async #getReport () {
259+
console.log('inv size', this.tree.inventory.size)
259260
// if we're not auditing, just return false
260261
if (this.options.audit === false || this.options.offline === true || this.tree.inventory.size === 1) {
261262
return null
@@ -272,7 +273,7 @@ class AuditReport extends Map {
272273
return null
273274
}
274275

275-
console.log('auditing (2)');
276+
console.trace('auditing (2)');
276277
// throw new Error('auditing (2)');
277278
const res = await npmFetch('/-/npm/v1/security/advisories/bulk', {
278279
...this.options,

0 commit comments

Comments
 (0)