mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
594edec31b
Replace synchronous file operations with async Promise-based operations that listen to abort signals during execution: - read, write, edit now use fs/promises async APIs - Add abort event listeners that reject immediately on abort - Check abort status before and after each async operation - Clean up event listeners properly This ensures pressing Esc during file operations shows red error state.
594edec31b
ยท
2025-11-11 23:33:16 +01:00
History