浏览代码

Trying to put the error in the popup

tags/v0.7.0
Fen Dweller 8 年前
父节点
当前提交
b7805f12e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game.js

+ 1
- 1
game.js 查看文件

@@ -14,7 +14,7 @@ window.onerror = function(msg, source, lineno, colno, error) {
if (!errored) {
errored = true;

alert("An error occurred! Please press F12 to open the dev tools, then click the 'Console' tab and send any errors shown there to chemicalcrux\n\nScreenshotting the text and line number of the error would be great.\n\nAlso include the browser information that gets logged below it.");
alert("An error occurred! Please press F12 to open the dev tools, then click the 'Console' tab and send any errors shown there to chemicalcrux\n\nScreenshotting the text and line number of the error would be great.\n\nAlso include the browser information that gets logged below it.\n\nThe error might also show up here: " + msg + " at " + lineno + "," + colno);

console.log(navigator.userAgent);
}


正在加载...
取消
保存