]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: better message
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 13 Aug 2021 08:16:44 +0000 (10:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 13 Aug 2021 08:16:44 +0000 (10:16 +0200)
src/store.ts

index 684c3027031ef127d28709bf5a1ca5954fbf81cd..992bad3f4e8c3f321c53f918090a117f36bb7472 100644 (file)
@@ -417,7 +417,7 @@ function createSetupStore<
               options
             )})" with "store.$subscribe(fn, { detached: ${String(
               options
-            )} })".\n This will fail in production.`
+            )} })".\nThis will fail in production.`
         )
         options = { detached: options }
       }