Skip to content

Commit 72a0eb3

Browse files
committed
remove extra paren in warning
1 parent 92903f3 commit 72a0eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (process.env.NODE_ENV !== 'production') {
2626

2727
const formatLocation = str => {
2828
if (str === 'anonymous component') {
29-
str += ` - use the "name" option for better debugging messages.)`
29+
str += ` - use the "name" option for better debugging messages.`
3030
}
3131
return `(found in ${str})`
3232
}

0 commit comments

Comments
 (0)