mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
💄
This commit is contained in:
@@ -56,7 +56,7 @@ install = ({name, version}, callback) ->
|
||||
atom.activatePackage(name) if activateOnSuccess
|
||||
callback()
|
||||
else
|
||||
actom.activatePackage(name) if activateOnFailure
|
||||
atom.activatePackage(name) if activateOnFailure
|
||||
callback(new Error("Installing '#{name}' failed."))
|
||||
|
||||
new BufferedNodeProcess({command, args, exit})
|
||||
|
||||
Reference in New Issue
Block a user