1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 11:45:30 +02:00

trimはやめる

This commit is contained in:
tamaina
2024-03-04 13:46:51 +00:00
parent 493829b3ee
commit b42577e3ad

View File

@@ -76,7 +76,7 @@ function renderError(e: Error): any {
acc[key] = e[key];
return acc;
}, {} as Record<string, any>),
stack: e.stack?.split('\n').map(s => s.trim()),
stack: e.stack?.split('\n'),
};
} else {
return {