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