Closed Prof9 closed 2 years ago
This adds Logger::hasError() checks right before exiting so that errors during the encoding step properly set the exit code to 1. Adding it here also catches the "file not closed" warning when erroronwarning is active.
Logger::hasError()
erroronwarning
This adds
Logger::hasError()
checks right before exiting so that errors during the encoding step properly set the exit code to 1. Adding it here also catches the "file not closed" warning whenerroronwarning
is active.