Fixed some bugs on parsing the appDefs

This commit is contained in:
Simon Martens
2022-11-25 20:50:09 +01:00
parent ccfcadb91b
commit e12223209a
3 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ namespace HaDocument
new PersonDefsReactor(_reader, _lib);
new TraditionsReactor(_reader, _lib, _settings.NormalizeWhitespace);
new CommentReactor(_reader, _lib, _settings.NormalizeWhitespace);
new AppDefsReactor(_reader, _lib);
}
private static void _createReader() {