ucbl/HyLAR-Reasoner

Console error messages overrided by HyLAR

Closed this issue · 2 comments

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.

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.

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!