diff --git a/dastworx/src/imports.d b/dastworx/src/imports.d index 27f60137..cc465d8d 100644 --- a/dastworx/src/imports.d +++ b/dastworx/src/imports.d @@ -57,6 +57,7 @@ void listFilesImports(string[] files) writeln('"', mod.moduleDeclaration.moduleName.identifiers .map!(a => a.text).join("."), '"'); il.visit(mod); + stdout.flush; } }