wineryjs icon indicating copy to clipboard operation
wineryjs copied to clipboard

Exception shall propagate from proxy to caller in object form

Open daiyip opened this issue 7 years ago • 0 comments

Code

engine.serve('{"application": "testApp", "entryPoint": "foo", }')
.catch((error) => {
  console.log(typeof error);
});

Expected

'object'

Actual

'string'

daiyip avatar Dec 13 '17 01:12 daiyip