You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
When I run a method with invalid params in node environemnt.
It goes here:
connect/src/js/core/Core.js
Line 272 in b945218
Then core event is emitted and handled here:
connect/src/js/env/node/index.js
Lines 54 to 66 in b945218
As a result, promise is deleted from messagePromises on line 62 above which causes runtime error on line 104:
connect/src/js/env/node/index.js
Lines 95 to 104 in b945218
The text was updated successfully, but these errors were encountered: