mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
:t-shirt:
This commit is contained in:
@@ -286,7 +286,7 @@ class ThemeManager
|
||||
@removeActiveThemeClasses()
|
||||
@unwatchUserStylesheet()
|
||||
results = @getActiveThemes().map((pack) => @packageManager.deactivatePackage(pack.name))
|
||||
Promise.all(results.filter((r) => typeof r?.then is 'function'))
|
||||
Promise.all(results.filter((r) -> typeof r?.then is 'function'))
|
||||
|
||||
isInitialLoadComplete: -> @initialLoadComplete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user