mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Save config when deprerecated Config::set signature is used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user