Use atom@github.com in crash message instead of repo

This commit is contained in:
Kevin Sawicki
2014-03-01 15:46:32 -08:00
parent fe213d1e13
commit ce2ad727c6

View File

@@ -104,7 +104,7 @@ class AtomWindow
type: 'warning'
buttons: ['Close Window', 'Reload', 'Keep It Open']
message: 'The editor has crashed'
detail: 'Please report this issue to https://github.com/atom/atom/issues'
detail: 'Please report this issue to atom@github.com'
switch chosen
when 0 then @browserWindow.destroy()
when 1 then @browserWindow.restart()