diff --git a/4chan_x.user.js b/4chan_x.user.js index bb3d6d0d3..9f584960a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4059,7 +4059,7 @@ } } catch (err) { if (notify) { - alert("4chan X error: " + err.message + "\nhttp://mayhemydg.github.com/4chan-x/#bug-report\n\n" + err.stack); + alert("4chan X (" + VERSION + ") error: " + err.message + "\nhttp://mayhemydg.github.com/4chan-x/#bug-report\n\n" + err.stack); } } } diff --git a/script.coffee b/script.coffee index 690f4f8af..1fab03024 100644 --- a/script.coffee +++ b/script.coffee @@ -3349,7 +3349,7 @@ Main = try callback node for node in nodes catch err - alert "4chan X error: #{err.message}\nhttp://mayhemydg.github.com/4chan-x/#bug-report\n\n#{err.stack}" if notify + alert "4chan X (#{VERSION}) error: #{err.message}\nhttp://mayhemydg.github.com/4chan-x/#bug-report\n\n#{err.stack}" if notify return observer: (mutations) -> nodes = []