Skip to content

Commit b80e03d

Browse files
committed
chore: log
1 parent 98d09b0 commit b80e03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pinia/src/hmr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function acceptHMRUpdate(initialUseStore: StoreDefinition, hot: any) {
100100

101101
const existingStore: StoreGeneric = pinia._s.get(id)!
102102
if (!existingStore) {
103-
console.log(`skipping hmr because store doesn't exist yet`)
103+
console.log(`[Pinia]: skipping hmr because store doesn't exist yet`)
104104
return
105105
}
106106
useStore(pinia, existingStore)

0 commit comments

Comments
 (0)