We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c3507 commit b0f8029Copy full SHA for b0f8029
1 file changed
src/plugins.ts
@@ -243,7 +243,7 @@ export default class Plugins {
243
244
await rm(join(this.config.dataDir, 'yarn.lock'), {force: true})
245
246
- console.log(`package.json is ${await readFile(this.pjsonPath, 'utf-8')}`)
+ console.log(`package.json is ${await readFile(this.pjsonPath, 'utf8')}`)
247
return plugin
248
} catch (error: unknown) {
249
this.debug('error installing plugin:', error)
0 commit comments