PAMapp/node_modules/@npmcli/fs/lib/rm/polyfill.js
@@ -56,7 +56,8 @@ this.errno = errnos.EISDIR this.syscall = 'rm' this.path = path this.message = `Path is a directory: ${this.syscall} returned ${this.info.code} (is a directory) ${path}` this.message = `Path is a directory: ${this.syscall} returned ` + `${this.info.code} (is a directory) ${path}` } toString () {