mirror of
https://github.com/atom/atom.git
synced 2026-01-27 07:47:58 -05:00
Log warning instead of throwing error when installing atom binary
This commit is contained in:
@@ -47,7 +47,7 @@ window.startup = ->
|
||||
else if fs.isDirectory('/usr/local')
|
||||
installAtomCommand('/usr/local/bin/atom')
|
||||
else
|
||||
throw "Missing directory for `atom` binary"
|
||||
console.warn "Failed to install `atom` binary"
|
||||
|
||||
handleWindowEvents()
|
||||
config.load()
|
||||
|
||||
Reference in New Issue
Block a user