mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 19:57:05 +01:00
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];
|
||||
return acc;
|
||||
}, {} as Record<string, any>),
|
||||
stack: e.stack?.split('\n'),
|
||||
};
|
||||
} else {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue