Skip to content

Commit 951fbb1

Browse files
committed
Revert "chore: add missing space in warning message (#4359) [ci skip]"
This reverts commit c68cba8.
1 parent c51fb74 commit 951fbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/collectionHandlers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function createReadonlyMethod(type: TriggerOpTypes): Function {
228228
if (__DEV__) {
229229
const key = args[0] ? `on key "${args[0]}" ` : ``
230230
console.warn(
231-
`${capitalize(type)} operation ${key} failed: target is readonly.`,
231+
`${capitalize(type)} operation ${key}failed: target is readonly.`,
232232
toRaw(this)
233233
)
234234
}

0 commit comments

Comments
 (0)