pioneers / pimulator-js

Portable robotics simulator for the Pioneers in Engineering robotics kit (JavaScript edition)
3 stars 1 forks source link

[UI/UX] Differentiate errors from normal logging #91

Closed charleshong3 closed 3 years ago

charleshong3 commented 3 years ago

Currently, we log errors the same way we log any other message. If we can figure out which messages belong to an error, we can change their color to red to mark them as part of an error.

See the top of robot.js for where we rebind the console, and the log() function in base.js.