mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use atom@github.com in crash message instead of repo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user