logging state while running macros
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user