leave a quick note about an error

pull/1/head
ansuz 2019-04-12 16:54:59 +02:00
parent dde28dfa02
commit 36637c4a7f
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ define([
if (!noWorker && !noSharedWorker && typeof(SharedWorker) !== "undefined") {
worker = new SharedWorker('/common/outer/sharedworker.js?' + urlArgs);
worker.onerror = function (e) {
console.error(e.message);
console.error(e.message); // FIXME seeing lots of errors here as of 2.20.0
};
worker.port.onmessage = function (ev) {
if (ev.data === "SW_READY") {