We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee81987 commit 350d3c1Copy full SHA for 350d3c1
lib/npm.js
@@ -317,7 +317,7 @@ class Npm {
317
})
318
319
const { writeFileSync } = require('node:fs')
320
- for (const [file, content] of error.files) {
+ for (const [file, content] of files) {
321
const filePath = `${this.logPath}${file}`
322
const fileContent = `'Log files:\n${this.logFiles.join('\n')}\n\n${content.trim()}\n`
323
try {
0 commit comments