diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-03-15 16:00:08 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-03-15 16:00:08 -0700 |
commit | ab89be1ed37351f4ff0a338b158d313e000751e3 (patch) | |
tree | 151d6b9e737d722dff2988d3a340a44f10f630fc /src/task.lua | |
parent | 2662b1afedd328a0d59dafd0aa028d126b087f2c (diff) | |
download | teliva-ab89be1ed37351f4ff0a338b158d313e000751e3.tar.gz |
Teliva's been broken 2 days while I mess with docs
Diffstat (limited to 'src/task.lua')
-rw-r--r-- | src/task.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |