Skip to content

Commit 1ab9123

Browse files
committed
fix: nicer hint for wip: true
1 parent e3dc792 commit 1ab9123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async function main(): Promise<void> {
273273
await writeFile('README.md', readme)
274274
}
275275

276-
console.log('⚠️ Remove `"wip": true` from the package.json when this extension is ready for use.')
276+
console.log(`⚠️ Remove ${chalk.bold('"wip": true')} from the package.json when this extension is ready for use.`)
277277

278278
setTimeout(() => process.exit(0), 100)
279279
}

0 commit comments

Comments
 (0)