Skip to content

Commit b0f8029

Browse files
committed
experimenting
1 parent 23c3507 commit b0f8029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default class Plugins {
243243

244244
await rm(join(this.config.dataDir, 'yarn.lock'), {force: true})
245245

246-
console.log(`package.json is ${await readFile(this.pjsonPath, 'utf-8')}`)
246+
console.log(`package.json is ${await readFile(this.pjsonPath, 'utf8')}`)
247247
return plugin
248248
} catch (error: unknown) {
249249
this.debug('error installing plugin:', error)

0 commit comments

Comments
 (0)