-
- Downloads
Updated some runtime function.
They called the classical panic function if the runtime was not initialized. This is in itself not a problem, since the panic function itself is able to detect this and call the quietPanic function. However it is not good practice, so I decided to change it.
Please register or sign in to comment