Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] CodeEditWidget broken

Hi,

the current integration build is broken (I20151216-2218). There is an exception in the JavaScript plugin:

Uncaught TypeError: Cannot read property 'request' of undefined
WrappedWorker.postMessage
handlers.worker_ready
(anonymous function)

The msg parameter is undefined in the first line of postMessage:
var starting = msg.request === "start_server“;

Regards,
Sebastian

Back to the top