@m4zuper
Was there a lot of action in the script panel at this point?
Sorry, not sure what you mean here. If you mean number of functions in script then ~ 40. Nothing special.
Probably you means actions in current edited function: also nothing special and really large. I do not think it was root of problem.
Script has been living for a long time.
Now I have new problem with that script. Script was fixed based on backup and compiled/installed in Bas as module. Now in Bas I see this module installed correctly, see all exported functions, can add "call" them into script, but... they do not work. Not one function from this module. On call error "ReferenceError: Can't find variable: ... ". I have other custom modules that were updated with latest Bas, installed and there is no problem to use/call them. What could be wrong with that module? I tried to check sources of module but at first glance do not see any differencesю
I am familiar with js, So would be much appreciated any point what and which file in should I check to find a reason of the issue.
Note, module itself works and normally runs in development/record mode. Issue is only if I try to call any exported function of this module on another script