Improve performance and buf fixes

This commit is contained in:
hrsh7th
2021-09-07 01:14:17 +09:00
parent e5eed11d14
commit abed04a6d4
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ config.get_source_config = function(name)
return s
end
end
return nil
return {}
end)
end