mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-23 19:39:06 +00:00
Make sure 'continuing from mem'-msg is also visible when removing old syntax configurations
This commit is contained in:
parent
0d956d8d8b
commit
773b53b94d
@ -131,6 +131,7 @@ end;
|
||||
|
||||
|
||||
local config = input:read('*a');
|
||||
input:close();
|
||||
|
||||
local settings, text = config:match('^(.-)TEXT\n(.*)$');
|
||||
|
||||
@ -138,7 +139,6 @@ local converted = 'conky.config = {\n' .. settings:gsub('.-\n', convert) .. '};\
|
||||
quote(text) .. ';\n';
|
||||
|
||||
if conky == nil then
|
||||
input:close();
|
||||
if #arg == 2 then
|
||||
output = io.output(arg[2]);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user