mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix error log
This commit is contained in:
parent
3e2202573f
commit
db1cf9a7a3
@ -80,7 +80,11 @@ export default async (endpoint: string, user: User, app: App, data: any, file?:
|
||||
apiLogger.error(`Internal error occurred in ${ep.name}`, {
|
||||
ep: ep.name,
|
||||
ps: data,
|
||||
e: e
|
||||
e: {
|
||||
message: e.message,
|
||||
code: e.name,
|
||||
stack: e.stack
|
||||
}
|
||||
});
|
||||
throw new ApiError(null, {
|
||||
e: {
|
||||
|
Loading…
Reference in New Issue
Block a user