Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Exception shall propagate from proxy to caller in object form #1

Open
daiyip opened this issue Dec 13, 2017 · 0 comments
Open

Exception shall propagate from proxy to caller in object form #1

daiyip opened this issue Dec 13, 2017 · 0 comments

Comments

@daiyip
Copy link
Contributor

daiyip commented Dec 13, 2017

Code

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

Expected

'object'

Actual

'string'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant