Improve error logging
This commit is contained in:
@@ -38,7 +38,7 @@ export const PostThread = ({navIdx, visible, params}: ScreenParams) => {
|
||||
}
|
||||
},
|
||||
err => {
|
||||
store.log.error('Failed to fetch thread', err.toString())
|
||||
store.log.error('Failed to fetch thread', err)
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user