diff --git a/frontend/docsettings.lua b/frontend/docsettings.lua index 9233548ef..a96de9f77 100644 --- a/frontend/docsettings.lua +++ b/frontend/docsettings.lua @@ -55,9 +55,9 @@ function DocSettings:open(docfile) sidecar_file = sidecar_path, data = {} } - local ok, stored = pcall(dofile, new.history_file) + local ok, stored = pcall(dofile, new.history_file or "") if not ok then - ok, stored = pcall(dofile, new.sidecar_file) + ok, stored = pcall(dofile, new.sidecar_file or "") if not ok then -- try legacy conf path, for backward compatibility. this also -- takes care of reader legacy setting