Skip to content

Commit d42814e

Browse files
committed
style: change log message when live reloading
1 parent 15c8dd3 commit d42814e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harmonix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const watchReload = (
9999
async (event: string, path: string, stats: Stats | undefined) => {
100100
if (stats?.size === 0) return
101101
consola.info(
102-
`${colors.blue(`lr ${event}`)}`,
102+
`${colors.blue(`${event}`)}`,
103103
`${colors.gray(resolve(path).replace(harmonix.options.rootDir, ''))}`
104104
)
105105
clearHarmonix(harmonix)

0 commit comments

Comments
 (0)