mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-19 03:25:17 +00:00
fixed nil value call error while converting old sytax config
This commit is contained in:
parent
ae1551da1b
commit
1abae95253
@ -156,5 +156,5 @@ if conky == nil then
|
|||||||
output:write(converted);
|
output:write(converted);
|
||||||
output:close();
|
output:close();
|
||||||
else
|
else
|
||||||
return assert(loadstring(converted, 'converted config'));
|
return assert(load(converted, 'converted config'));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user