mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] bad test
This commit is contained in:
parent
972e871078
commit
8caa386b3d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
logWithColors: function() {
|
logWithColors: function() {
|
||||||
if (this.job) {
|
if (this.job.log != undefined) {
|
||||||
return ansispan(this.job.log);
|
return ansispan(this.job.log);
|
||||||
} else {
|
} else {
|
||||||
return "";
|
return "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue