You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to return the error from a failed Run Code Asset node? Currently I can print the error out inside my LuaState subclass, but I'd like to be able to retrieve the error in the same place outside the state file where I'm instigating the execution of the code.
The text was updated successfully, but these errors were encountered:
What I'm doing is to add errors on the LuaState to an Array and pop them out from right after executing code elsewhere. Is not bulletproof, but works okish for me.
Is there a way to return the error from a failed
Run Code Asset
node? Currently I can print the error out inside myLuaState
subclass, but I'd like to be able to retrieve the error in the same place outside the state file where I'm instigating the execution of the code.The text was updated successfully, but these errors were encountered: