mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-03-12 22:39: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
|
||||
|
||||
.build-view_info
|
||||
if this.state.build.error && this.state.build.error.message
|
||||
.text-center.alert.alert-danger
|
||||
| Error:
|
||||
div= this.state.build.error.message
|
||||
if this.state.build.error.stderr
|
||||
div= this.state.build.error.stderr
|
||||
if this.state.build.error
|
||||
if this.state.build.error.message
|
||||
.text-center.alert.alert-danger
|
||||
| Error:
|
||||
div= this.state.build.error.message
|
||||
if this.state.build.error.stderr
|
||||
pre= this.state.build.error.stderr
|
||||
.row
|
||||
.col-md-6
|
||||
p
|
||||
|
Loading…
Reference in New Issue
Block a user