Add explicit timeout error message from GitHub API
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
this.metrics = (await axios.get(`/about/query/${this.user}`)).data
|
||||
}
|
||||
catch (error) {
|
||||
this.error = error
|
||||
this.error = {code:error.response.status, message:error.response.data}
|
||||
}
|
||||
finally {
|
||||
this.pending = false
|
||||
|
||||
Reference in New Issue
Block a user