mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
The method is requestSave()
This commit is contained in:
@@ -951,7 +951,7 @@ class Config
|
||||
@set(key, value, save: false) for key, value of newSettings
|
||||
if @pendingOperations.length
|
||||
op() for op in @pendingOperations
|
||||
@debouncedSave()
|
||||
@requestSave()
|
||||
@pendingOperations = []
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user