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
While testing the modules I noticed that at some points the errors are not constructed properly. Just passing an object as error is bad, because there is no information on the location (line) and no stack trace. If node the prints the error to the console, the object is converted to string which results in
[object Object]
The change is probably needed in a lot of files, e.g. add.js line 52:
While testing the modules I noticed that at some points the errors are not constructed properly. Just passing an object as error is bad, because there is no information on the location (line) and no stack trace. If node the prints the error to the console, the object is converted to string which results in
The change is probably needed in a lot of files, e.g.
add.js
line 52:should be
The text was updated successfully, but these errors were encountered: