]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
Revert "chore: add missing space in warning message (#4359) [ci skip]"
authorEvan You <yyx990803@gmail.com>
Tue, 17 Aug 2021 16:18:54 +0000 (12:18 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 17 Aug 2021 16:18:54 +0000 (12:18 -0400)
This reverts commit c68cba82eaabdef8d5e3c8dae1146bdb315a845a.

packages/reactivity/src/collectionHandlers.ts

index 5ea878aff97127fc3116a2b61781e8fa870fc2a2..fe79ad9e66c4e3b70f58107b4412c833223e4ddb 100644 (file)
@@ -228,7 +228,7 @@ function createReadonlyMethod(type: TriggerOpTypes): Function {
     if (__DEV__) {
       const key = args[0] ? `on key "${args[0]}" ` : ``
       console.warn(
-        `${capitalize(type)} operation ${key} failed: target is readonly.`,
+        `${capitalize(type)} operation ${key}failed: target is readonly.`,
         toRaw(this)
       )
     }