Hello,
I'm trying the example server.js, when I navigate to http://localhost:9091/, all I see is:
worker sent an error! undefined:undefined: undefined

When examining the exception in the debugger, the onerror argument doesn't appear to contain any error message, other than type: 'error':

How do I get a more meaningful error message to help debug this further?
I'm running server.js as node server.js
Hello,
I'm trying the example
server.js, when I navigate tohttp://localhost:9091/, all I see is:When examining the exception in the debugger, the
onerrorargument doesn't appear to contain any error message, other thantype: 'error':How do I get a more meaningful error message to help debug this further?
I'm running server.js as
node server.js