Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Feb 28, 2024
1 parent 943f72a commit 517b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/warning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function warn(msg: string, ...args: any[]) {
instance,
ErrorCodes.APP_WARN_HANDLER,
[
msg + args.map(a=>stringifySymbol(a)).join(''),
msg + args.map(a => stringifySymbol(a)).join(''),
instance && instance.proxy,
trace
.map(
Expand Down

0 comments on commit 517b984

Please sign in to comment.