Skip to content

Commit

Permalink
chore(console): remove error prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Nov 29, 2024
1 parent 1d7cc03 commit 1f239d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uni-uts-v1/src/stacktrace/mp/weixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function parseWeixinRuntimeStacktrace(
: ''
const [errorCode, ...other] = codes
let error =
`error: ${errorCode.includes('[EXCEPTION] ') ? '' : '[EXCEPTION] '}` +
// `error: ${errorCode.includes('[EXCEPTION] ') ? '' : '[EXCEPTION] '}` +
errorCode
if (color) {
error = color + error + color
Expand Down

0 comments on commit 1f239d1

Please sign in to comment.