LogDuck icon indicating copy to clipboard operation
LogDuck copied to clipboard

Avoid errors when logging from threads

Open Yeicor opened this issue 5 months ago • 0 comments

Calling get_stack from a Thread is not supported. Doing so will return an empty array.

https://docs.godotengine.org/en/stable/classes/[email protected]#class-gdscript-method-get-stack

Yeicor avatar Sep 22 '24 17:09 Yeicor