Differences From Artifact [b4d754f9e9]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 20412) [annotate] [blame] [check-ins using]
To Artifact [908b008d84]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [b0501d600a] at 2017-05-25 09:17:18 on branch trunk — [core] show rule id and line id when errors (user: olr, size: 20441) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
165 166 167 168 169 170 171 | if (cActionType == ">") { break; } } } catch (e) { echo(s); | | | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | if (cActionType == ">") { break; } } } catch (e) { echo(s); echo("# line id: " + sLineId + "\n# rule id: " + sRuleId); helpers.logerror(e); } } } } } } |
︙ | ︙ |