Skip to content

Commit

Permalink
Revert "chore: add missing space in warning message (#4359) [ci skip]"
Browse files Browse the repository at this point in the history
This reverts commit c68cba8.
  • Loading branch information
yyx990803 committed Aug 17, 2021
1 parent c51fb74 commit 951fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/collectionHandlers.ts
Expand Up @@ -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)
)
}
Expand Down

0 comments on commit 951fbb1

Please sign in to comment.