We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitest-dev
sheremet-va
antfu
patak-dev
Learn more about funding links in repositories.
Report abuse
1 parent 48c4e8c commit a93be56Copy full SHA for a93be56
packages/runner/src/utils/error.ts
@@ -89,7 +89,7 @@ function normalizeErrorMessage(message: string) {
89
90
export function processError(err: any, options: DiffOptions = {}) {
91
if (!err || typeof err !== 'object')
92
- return err
+ return { message: err }
93
// stack is not serialized in worker communication
94
// we stringify it first
95
if (err.stack)
0 commit comments