Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:06:25 -06:00
parent 5334a2da20
commit 61266b5402
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function execute(classNodeList) {
if (s != null && !s.empty())
gui.appendText(cn + "->" + s);
}
} catch (e) {
} catch (ignored) {
}
}
}