TriggerReactor

TriggerReactor

24.6k Downloads

semi colon is counted as a row

wysohn opened this issue ยท 1 comments

commented

For example,

some;code;;;;

Would be treated as multiple lines of code in debugging message even though there is only one line of code.

May can be addressed by #243

commented

@wysohn
The script context relies on token row numbers. If those are wrong, the script context will also be wrong.