mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Update error message
This commit is contained in:
@@ -140,7 +140,7 @@ class WorkspaceView extends View
|
||||
installDirectory = CommandInstaller.getInstallDirectory()
|
||||
atom.confirm
|
||||
message: error.message
|
||||
detailedMessage: "Make sure #{CommandInstaller.getInstallDirectory()} is writable. Run 'sudo chmod o+w #{installDirectory}' to fix this problem."
|
||||
detailedMessage: "Make sure #{CommandInstaller.getInstallDirectory()} exists and is writable. Run 'sudo mkdir -p #{installDirectory} && sudo chown $USER #{installDirectory}' to fix this problem."
|
||||
else
|
||||
atom.confirm
|
||||
message: "Command installed."
|
||||
|
||||
Reference in New Issue
Block a user