Skip to content
Snippets Groups Projects
Commit 711d1553 authored by deuce's avatar deuce
Browse files

If the handler failes or returns false, continue normal processing.

parent 98362a89
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,6 @@ function process_tic(tic)
catch (e) {
log(LOG_ERROR, "TICK Handler threw an exception: "+e);
}
return false;
}
if (dir !== undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment