* Flush cout to show progress.

This commit is contained in:
Eelco Dolstra 2007-02-21 23:08:55 +00:00
parent 0db450024d
commit 7f6161ab3a
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ static void opImport(Strings opFlags, Strings opArgs)
FdSource source(STDIN_FILENO);
while (readInt(source) == 1)
cout << format("%1%\n") % store->importPath(false, source);
cout << format("%1%\n") % store->importPath(false, source) << std::flush;
}