mirror of
https://github.com/taigrr/jety.git
synced 2026-04-02 03:19:03 -07:00
update to fixup some race conditions
This commit is contained in:
@@ -40,8 +40,8 @@ func Set(key string, value any) {
|
||||
defaultConfigManager.Set(key, value)
|
||||
}
|
||||
|
||||
func WriteConfig() {
|
||||
defaultConfigManager.WriteConfig()
|
||||
func WriteConfig() error {
|
||||
return defaultConfigManager.WriteConfig()
|
||||
}
|
||||
|
||||
func ConfigFileUsed() string {
|
||||
|
||||
Reference in New Issue
Block a user