mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Always install commands from process.resourcesPath
This commit is contained in:
@@ -581,9 +581,9 @@ class Atom extends Model
|
||||
{resourcePath, safeMode} = @getLoadSettings()
|
||||
|
||||
CommandInstaller = require './command-installer'
|
||||
CommandInstaller.installAtomCommand resourcePath, false, (error) ->
|
||||
CommandInstaller.installAtomCommand false, (error) ->
|
||||
console.warn error.message if error?
|
||||
CommandInstaller.installApmCommand resourcePath, false, (error) ->
|
||||
CommandInstaller.installApmCommand false, (error) ->
|
||||
console.warn error.message if error?
|
||||
|
||||
dimensions = @restoreWindowDimensions()
|
||||
|
||||
Reference in New Issue
Block a user