Update reportError.ts

This commit is contained in:
linonetwo 2023-07-18 01:15:33 +08:00
parent b2d69d8525
commit bee60c226b

View file

@ -26,9 +26,9 @@ ${debugInfo()}
### Description
${(error.message ?? '')}`
${(error.message ?? '')}
${(error.stack ?? '')}`
${(error.stack ?? '')}
### Steps to Reproduce