FIX don't puke if file not present

This commit is contained in:
Nathan Dwarshuis 2023-01-08 16:05:24 -05:00
parent 3436a7f1da
commit a3f49433a3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ return function(main_state, config, common, width, point)
local update = function()
if main_state.trigger10 == 0 then
local status = i_o.read_file(SEAF_FILE)
common.text_row_set(obj, status)
common.text_row_set(obj, status or 'N/A')
end
end
return common.mk_acc(