mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 21:39:16 +00:00
show error stderr
This commit is contained in:
parent
254239e182
commit
72a1d40bf9
@ -42,8 +42,10 @@ div.row
|
||||
.build-view_info
|
||||
if this.state.build.error && this.state.build.error.message
|
||||
.text-center.alert.alert-danger
|
||||
| Error:
|
||||
span= this.state.build.error.message
|
||||
| Error:
|
||||
div= this.state.build.error.message
|
||||
if this.state.build.error.stderr
|
||||
div= this.state.build.error.stderr
|
||||
.row
|
||||
.col-md-6
|
||||
p
|
||||
|
Loading…
Reference in New Issue
Block a user