Save config when deprerecated Config::set signature is used

This commit is contained in:
Max Brunsfeld
2015-01-16 12:24:32 -08:00
parent bac10d60c4
commit 96d4c1c41b

View File

@@ -583,6 +583,7 @@ class Config
Pass a `scopeSelector` in an options hash as the final argument instead.
"""
[scopeSelector, keyPath, value] = arguments
shouldSave = true
else
[keyPath, value, options] = arguments
scopeSelector = options?.scopeSelector