1283712 - Part 8: Add WorkerErrorBase, WorkerErrorNote, and WorkerErrorReport.

This commit is contained in:
Gaming4JC 2019-06-16 11:27:39 -04:00 committed by Roy Tam
commit 624a2f1b61
4 changed files with 158 additions and 117 deletions

View file

@ -23,7 +23,7 @@
const errorFilename = href.substring(0, href.lastIndexOf("/") + 1) +
filename;
const errorLine = 91;
const errorColumn = 0;
const errorColumn = 11;
var worker = new SharedWorker(filename);