[fix] bad test

This commit is contained in:
Laurent Peuch 2018-07-17 03:11:45 +02:00
parent 972e871078
commit 8caa386b3d

View file

@ -114,7 +114,7 @@
},
computed: {
logWithColors: function() {
if (this.job) {
if (this.job.log != undefined) {
return ansispan(this.job.log);
} else {
return "";