We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6917dd0 commit 01b668dCopy full SHA for 01b668d
src/harmonix.ts
@@ -92,7 +92,7 @@ const watchReload = (
92
async (event: string, path: string, stats: Stats | undefined) => {
93
if (stats?.size === 0) return
94
consola.info(
95
- `${colors.blue(`lr: ${event}`)}`,
+ `${colors.blue(`lr ${event}`)}`,
96
`${colors.gray(resolve(path).replace(harmonix.options.rootDir, ''))}`
97
)
98
clearHarmonix(harmonix)
0 commit comments