stackいじらない
This commit is contained in:
parent
a84cbeb155
commit
a7ec9241ab
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ function renderError(e: Error): any {
|
||||||
acc[key] = e[key];
|
acc[key] = e[key];
|
||||||
return acc;
|
return acc;
|
||||||
}, {} as Record<string, any>),
|
}, {} as Record<string, any>),
|
||||||
stack: e.stack?.split('\n'),
|
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue