As noted in the latest commit (1e8f4df), there are some error catch instances being performed prior to the Console::init() call in the engine.
It would be beneficial to the engine to establish some kind of global error catching buffer that can be pushed to prior to the initialization of Console that can then be forked over to Console once the instance is created.
As noted in the latest commit (1e8f4df), there are some error catch instances being performed prior to the Console::init() call in the engine.
It would be beneficial to the engine to establish some kind of global error catching buffer that can be pushed to prior to the initialization of Console that can then be forked over to Console once the instance is created.