Code Cleanup
This commit is contained in:
parent
5334a2da20
commit
61266b5402
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ function execute(classNodeList) {
|
||||||
if (s != null && !s.empty())
|
if (s != null && !s.empty())
|
||||||
gui.appendText(cn + "->" + s);
|
gui.appendText(cn + "->" + s);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (ignored) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue