dastworx, upstream fix, flush after each module imports

This commit is contained in:
Basile Burg 2016-09-04 16:04:38 +02:00
parent 6f5cc9ce1e
commit f2f7661462
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ void listFilesImports(string[] files)
writeln('"', mod.moduleDeclaration.moduleName.identifiers
.map!(a => a.text).join("."), '"');
il.visit(mod);
stdout.flush;
}
}