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 15c8dd3 commit d42814eCopy full SHA for d42814e
src/harmonix.ts
@@ -99,7 +99,7 @@ const watchReload = (
99
async (event: string, path: string, stats: Stats | undefined) => {
100
if (stats?.size === 0) return
101
consola.info(
102
- `${colors.blue(`lr ${event}`)}`,
+ `${colors.blue(`${event}`)}`,
103
`${colors.gray(resolve(path).replace(harmonix.options.rootDir, ''))}`
104
)
105
clearHarmonix(harmonix)
0 commit comments