TurqW / LongSphinx

Discord bot made to help with role management and RPG playing. Name inspired by the Terra Ignota series by Ada Palmer.
5 stars 3 forks source link

Uncaught exceptions are written to the console. #4

Closed TurqW closed 6 years ago

TurqW commented 6 years ago

Currently, uncaught exceptions are written to the console, and redirecting them to a file doesn't seem to work. This means that they are lost when the process is run headless.

Either we need to add our own try/catch blocks around the client events, or we need to figure out how to redirect the output properly.

TurqW commented 6 years ago

Try/catch added.