Closed da-h closed 2 years ago
This PR fixes logging during lib building.
Without this PR no logging occurs during ParserEngine.buildLib() and thus, also during initialization of the ParserEngine class. This small change fixes that bug.
ParserEngine.buildLib()
ParserEngine
This PR fixes logging during lib building.
Without this PR no logging occurs during
ParserEngine.buildLib()
and thus, also during initialization of theParserEngine
class. This small change fixes that bug.