mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-03-12 23:19:59 +00:00
not pretty but readable stderr output
This commit is contained in:
parent
3bece43f85
commit
925a87eb1b
@ -40,12 +40,13 @@ div.row
|
|||||||
hr
|
hr
|
||||||
|
|
||||||
.build-view_info
|
.build-view_info
|
||||||
if this.state.build.error && this.state.build.error.message
|
if this.state.build.error
|
||||||
.text-center.alert.alert-danger
|
if this.state.build.error.message
|
||||||
| Error:
|
.text-center.alert.alert-danger
|
||||||
div= this.state.build.error.message
|
| Error:
|
||||||
if this.state.build.error.stderr
|
div= this.state.build.error.message
|
||||||
div= this.state.build.error.stderr
|
if this.state.build.error.stderr
|
||||||
|
pre= this.state.build.error.stderr
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
p
|
p
|
||||||
|
Loading…
Reference in New Issue
Block a user