come back to this error

This commit is contained in:
ansuz 2018-09-25 20:09:45 -04:00
parent ad4e36015b
commit e77f833652

View file

@ -1367,6 +1367,9 @@ define([
console.log('Posting CONNECT');
postMessage('CONNECT', cfg, function (data) {
// XXX validate that data exists, probably return otherwise.
// got here via a reference error:
// uncaught exception: TypeError: data is undefined
if (data.error) { throw new Error(data.error); }
if (data.state === 'ALREADY_INIT') {
data = data.returned;