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.
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.