logging state while running macros

This commit is contained in:
sanjayk03-dev
2024-03-25 11:33:37 +05:30
parent 28424ff48f
commit 6fc9ff6004
2 changed files with 3 additions and 3 deletions

View File

@@ -546,7 +546,7 @@ module.exports = {
} }
try { try {
this.load(); this.load();
console.log("selected", this.state.selected); console.log("selected", this.state);
if (this.config.macros[id].alert == true) { if (this.config.macros[id].alert == true) {
this.macrosLoading = true; this.macrosLoading = true;
} else { } else {

View File

@@ -214,7 +214,7 @@ script#control-view-template(type="text/x-template")
th ETA th ETA
td.eta {{eta}} td.eta {{eta}}
tr tr
th Line th Line
td td
| {{0 <= state.line ? state.line : 0 | number}} | {{0 <= state.line ? state.line : 0 | number}}