mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Check for non-null theme value
This commit is contained in:
@@ -54,7 +54,7 @@ class Package
|
||||
atom.config.pushAtKeyPath('core.disabledPackages', @metadata.name)
|
||||
|
||||
isTheme: ->
|
||||
!!@metadata?.theme
|
||||
@metadata?.theme?
|
||||
|
||||
# Private:
|
||||
measure: (key, fn) ->
|
||||
|
||||
Reference in New Issue
Block a user