We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943f72a commit 517b984Copy full SHA for 517b984
packages/runtime-core/src/warning.ts
@@ -45,7 +45,7 @@ export function warn(msg: string, ...args: any[]) {
45
instance,
46
ErrorCodes.APP_WARN_HANDLER,
47
[
48
- msg + args.map(a=>stringifySymbol(a)).join(''),
+ msg + args.map(a => stringifySymbol(a)).join(''),
49
instance && instance.proxy,
50
trace
51
.map(
0 commit comments