From: Eduardo San Martin Morote Date: Fri, 13 Aug 2021 08:16:44 +0000 (+0200) Subject: chore: better message X-Git-Tag: @pinia/nuxt@0.0.1~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f289f5caee05dd1326fce18ce86986631b615d51;p=thirdparty%2Fvuejs%2Fpinia.git chore: better message --- diff --git a/src/store.ts b/src/store.ts index 684c3027..992bad3f 100644 --- a/src/store.ts +++ b/src/store.ts @@ -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 } }