Skip to content
Snippets Groups Projects
Commit 5cb03c94 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: log stack trace for unknown errors

parent 29496047
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ async function handleError(config, err) { ...@@ -83,6 +83,7 @@ async function handleError(config, err) {
err, err,
message: err.message, message: err.message,
body: err.response ? err.response.body : undefined, body: err.response ? err.response.body : undefined,
stack: err.stack,
}, },
`Repository has unknown error` `Repository has unknown error`
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment