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
I think it would be really cool, if the error message would be colored, so it can be read a bit better in the terminal.
I have a proof of concept running, and the output in Jest looks like this:
for syntax error
for prepared statement parameter count mismatch:
which is night and day compared to the current messages without any highlighting.
My implementation is super naive based on Vincit/objection.js#1621 (comment)
I think it would be really cool, if the error message would be colored, so it can be read a bit better in the terminal.
I have a proof of concept running, and the output in Jest looks like this:
which is night and day compared to the current messages without any highlighting.
My implementation is super naive based on Vincit/objection.js#1621 (comment)
The text was updated successfully, but these errors were encountered: