fix named pipe read (unix) & produce core:error event on error in schedule callback & fix editor traceback

This commit is contained in:
MihailRis
2025-08-18 23:32:12 +03:00
parent d32407f1bb
commit 31cd7912ec
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ history = session.get_entry("commands_history")
history_pointer = #history
events.on("core:open_traceback", function()
if modes then
if modes and modes.current ~= 'debug' then
modes:set('debug')
end
end)