Imads608 / PokeHub-App

This is a clone of Pokemon Showdown with additional features. (This is sort of inactive for now)
0 stars 0 forks source link

Refactor Error Logging with Message and Stack Trace #32

Closed Imads608 closed 2 years ago

Imads608 commented 2 years ago

Currently we either log the entire error object or stringify it. This can be made simpler by providing the message and stack trace as such:

err.message and err.stack