mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-23 02:00:25 +01:00
bea5d1c27d
Often when closing a terminal in the terminal panel the error message 'Condition "!obj" is true.' would be printed to console. This was due to the call_funcv() method being called on an invalid FuncRef instance (invalid because it had already been deleted or queued for delection). Now we check the instance is valid before calling the method. |
||
---|---|---|
.. | ||
node_pty | ||
.gdignore | ||
libgodotxtermnative.cpp | ||
libuv_utils.cpp | ||
libuv_utils.h | ||
pipe.cpp | ||
pipe.h | ||
terminal.cpp | ||
terminal.h |