Cope with multiline logs
This commit is contained in:
parent
a53062af83
commit
24060b6d2a
2 changed files with 17 additions and 7 deletions
|
|
@ -86,7 +86,7 @@ export default {
|
|||
this.modalNotify(`Background image has been updated`);
|
||||
},
|
||||
alertImageLabel(r) {
|
||||
let label = r.output===true? 'sample' : 'background'
|
||||
let label = r.output === true ? "sample" : "background";
|
||||
this.modalNotify(`Current image is ${label}`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue