We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf6823 commit ff947e8Copy full SHA for ff947e8
1 file changed
src/plugins.ts
@@ -248,6 +248,7 @@ export default class Plugins {
248
console.log(`L246`)
249
await rm(join(this.config.dataDir, 'yarn.lock'), {force: true})
250
console.log(`L248`)
251
+ console.log(`ending psjon ${JSON.stringify(await this.pjson(), null, 2)}`)
252
return plugin
253
} catch (error: unknown) {
254
this.debug('error installing plugin:', error)
0 commit comments