diff --git a/4chan_x.user.js b/4chan_x.user.js index 89e89222c..5f4fb14c5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3890,7 +3890,9 @@ callback(node); } } catch (err) { - if (notify) alert(err.message); + if (notify) { + alert("4chan X error: " + err.message + "\nhttp://mayhemydg.github.com/4chan-x/#bug-report\n\n" + err.stack); + } } } }, diff --git a/script.coffee b/script.coffee index f1ed0859e..da72d9f53 100644 --- a/script.coffee +++ b/script.coffee @@ -3195,7 +3195,7 @@ Main = try callback node for node in nodes catch err - alert err.message if notify + alert "4chan X error: #{err.message}\nhttp://mayhemydg.github.com/4chan-x/#bug-report\n\n#{err.stack}" if notify return observer: (mutations) -> nodes = []