mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make sure showing errors works correctly
This commit is contained in:
committed by
Nathan Sobo
parent
86eef8cbbf
commit
780979e122
@@ -35,7 +35,7 @@ class CommandInstaller
|
||||
process.resourcesPath
|
||||
|
||||
installShellCommandsInteractively: ->
|
||||
showErrorDialog = (error) ->
|
||||
showErrorDialog = (error) =>
|
||||
@applicationDelegate.confirm
|
||||
message: "Failed to install shell commands"
|
||||
detailedMessage: error.message
|
||||
|
||||
Reference in New Issue
Block a user