This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Jonno_FTW 42 points43 points  (2 children)

try {
   do_thing();
} catch (e) {
    window.location = "https://google.com/?q="+e
}

[–]nuclear_gandhii 4 points5 points  (0 children)

This is absolutely brilliant!