mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Correct typo in console warning message
This commit is contained in:
@@ -71,7 +71,7 @@ _.extend atom,
|
||||
|
||||
loadPackage: (id, options) ->
|
||||
if @isPackageDisabled(id)
|
||||
return console.warn("Tried to load disabled packaged '#{id}'")
|
||||
return console.warn("Tried to load disabled package '#{id}'")
|
||||
|
||||
if path = @resolvePackagePath(id)
|
||||
return pack if pack = @getLoadedPackage(id)
|
||||
|
||||
Reference in New Issue
Block a user