recognizer
recognizer copied to clipboard
++ Increment
It seams the "++" increment (and so minus equivalent) crashes the script. I see the JS scrips are kind of recompiled so you add quite much things and remplace vars by method calls lilke (__recognizerxxx.logProbe() ). But in case of a "i++" for example, it's remplaced by "++__recognizerXXXX.logProbe( etc..) " which crashes the JS.
That's all :) Thank you for that sweet extension !
Thanks for finding this! I'll look into it.