Skip to content
Snippets Groups Projects
Commit 8a033fd8 authored by Emiliano Barbosa's avatar Emiliano Barbosa Committed by Emiliano E. S. Barbosa
Browse files

CHANGE: detailed error message

parent e9f3f574
Branches
Tags
No related merge requests found
......@@ -192,7 +192,11 @@ var root = new Vue({
}
this.onError = {
code: 1,
message: 'Something went wrong. Make sure the configuration is ok and your Gitlab is up and running.'
message: `
Something went wrong.
Make sure the configuration is ok and your Gitlab is up and running.
Details: ${error.message}
`
}
if (error.message === 'Wrong format') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment