From ce2ad727c6e53df92aec52bc92bbc7ee4797fa3e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 1 Mar 2014 15:46:32 -0800 Subject: [PATCH] Use atom@github.com in crash message instead of repo --- src/browser/atom-window.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/atom-window.coffee b/src/browser/atom-window.coffee index 156db8f6e..e153a166a 100644 --- a/src/browser/atom-window.coffee +++ b/src/browser/atom-window.coffee @@ -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()