Skip to content

Commit 01b668d

Browse files
committed
style: remove ':' from hot reloading
1 parent 6917dd0 commit 01b668d

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
@@ -92,7 +92,7 @@ const watchReload = (
9292
async (event: string, path: string, stats: Stats | undefined) => {
9393
if (stats?.size === 0) return
9494
consola.info(
95-
`${colors.blue(`lr: ${event}`)}`,
95+
`${colors.blue(`lr ${event}`)}`,
9696
`${colors.gray(resolve(path).replace(harmonix.options.rootDir, ''))}`
9797
)
9898
clearHarmonix(harmonix)

0 commit comments

Comments
 (0)