Compare commits

..

No commits in common. "68422b9343c3cdfbf0a56c75a40e98100eef3f65" and "9b48f2adcb3e1aa6aea1e10cbbf439495774a1f1" have entirely different histories.

View File

@ -13,7 +13,7 @@ local DEFAULT_CONFIG = "return {\n" ..
--- @class Config
--- @field group string
--- Read current configs, create if doesnt exist :3
--- Read current configs, create if doesnt exist
---@return Config
function config.ReadConfig()
if not fs.exists(config.config_path) then