From f0acd5836bbb0ec31c4c545fec7e2829efbfa8bd Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Sat, 8 Dec 2018 16:13:08 +0000 Subject: Oops. --- telem.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'telem.lua') diff --git a/telem.lua b/telem.lua index bcb4754..d16ee24 100755 --- a/telem.lua +++ b/telem.lua @@ -266,6 +266,7 @@ type_dispatch["d"] = function() return end function do_type() if current_board == "" then print("Not at any board! Hit `l` to list boards, `g` to go to one.") + end io.write("Read which thread? ") local thread_id = tonumber(io.read()) if not thread_id or thread_id < 0 or thread_id > #current_board_threads then -- cgit v1.2.3