From ab89be1ed37351f4ff0a338b158d313e000751e3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 15 Mar 2022 16:00:08 -0700 Subject: [PATCH] Teliva's been broken 2 days while I mess with docs --- src/task.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task.lua b/src/task.lua index ebb1567..9546069 100644 --- a/src/task.lua +++ b/src/task.lua @@ -391,7 +391,7 @@ function spawn_main() assert(false, "Teliva ran out of stuff to do. Possible causes:\n".. "- main() returned. Apps shouldn't let this happen.\n".. "- App is reading past the end of a file (after recv() returned nil)\n".. - "- Some channel is blocked forever.\n".. + "- Some channel is blocked forever.\n") curses.nodelay(true) curses.getch() end