]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: log
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 23 Mar 2022 10:03:02 +0000 (11:03 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 23 Mar 2022 10:03:02 +0000 (11:03 +0100)
packages/pinia/src/hmr.ts

index 3f6a3b732d135ec7d58cc201e5ed0482f9038ddc..71eee3d0f72c8f06133e1b66cace256e34f8f213 100644 (file)
@@ -100,7 +100,7 @@ export function acceptHMRUpdate(initialUseStore: StoreDefinition, hot: any) {
 
         const existingStore: StoreGeneric = pinia._s.get(id)!
         if (!existingStore) {
-          console.log(`skipping hmr because store doesn't exist yet`)
+          console.log(`[Pinia]: skipping hmr because store doesn't exist yet`)
           return
         }
         useStore(pinia, existingStore)