Fix RootNamespace and LangVersion

This commit is contained in:
Zev Spitz
2022-01-17 23:01:42 +02:00
parent 6f0471d0be
commit 2d44db49a4
6 changed files with 7 additions and 6 deletions

View File

@@ -216,8 +216,8 @@ void generateMissingProjs() {
void checkProjects() {
foreach (var info in infos) {
WriteLine(info.LangPath);
printProjectWarnings(info);
WriteLine();
}
}