We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d91589 commit 839326fCopy full SHA for 839326f
workspaces/arborist/lib/audit-report.js
@@ -256,6 +256,7 @@ class AuditReport extends Map {
256
}
257
258
async #getReport () {
259
+ console.log('inv size', this.tree.inventory.size)
260
// if we're not auditing, just return false
261
if (this.options.audit === false || this.options.offline === true || this.tree.inventory.size === 1) {
262
return null
@@ -272,7 +273,7 @@ class AuditReport extends Map {
272
273
274
275
- console.log('auditing (2)');
276
+ console.trace('auditing (2)');
277
// throw new Error('auditing (2)');
278
const res = await npmFetch('/-/npm/v1/security/advisories/bulk', {
279
...this.options,
0 commit comments