ucbl / HyLAR-Reasoner

HyLAR reasoner
https://www.npmjs.com/package/hylar
MIT License
61 stars 13 forks source link

Console error messages overrided by HyLAR #9

Closed alexislebis closed 6 years ago

alexislebis commented 6 years ago

Hi !

I use HyLAR in a browser version, and it appears that HyLAR catch and then overrides the error messages thrown by my application such as : [HyLAR] ERROR : An error

The incriminated function is located line 2646 in hylar-client.js. Is this behavior intentional?

Regards

EDIT: It also seems to be the case for warnings.

mterdjimi commented 6 years ago

Hi !

Thanks for raising this issue. Error and warning overriding is not intentional on the client side, and was originally used for the node.js (server-side) version only.

I fix this asap.

mterdjimi commented 6 years ago

Hi back,

The recent commit 65c900f must have corrected this issue. Could get the client version from this commit here and confirm if it works on your side, please? Thanks!