mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-04 14:03:27 +09:00
truncate stack
This commit is contained in:
parent
7ce4a26970
commit
493829b3ee
@ -76,6 +76,7 @@ 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').map(s => s.trim()),
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user