mirror of https://gitlab.com/basile.b/dexed.git
dastworx, upstream fix, flush after each module imports
This commit is contained in:
parent
6f5cc9ce1e
commit
f2f7661462
|
@ -57,6 +57,7 @@ void listFilesImports(string[] files)
|
|||
writeln('"', mod.moduleDeclaration.moduleName.identifiers
|
||||
.map!(a => a.text).join("."), '"');
|
||||
il.visit(mod);
|
||||
stdout.flush;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue