Teliva's been broken 2 days while I mess with docs

This commit is contained in:
Kartik K. Agaram 2022-03-15 16:00:08 -07:00
parent 2662b1afed
commit ab89be1ed3
1 changed files with 1 additions and 1 deletions

View File

@ -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