forked from lix-project/lix
* Flush cout to show progress.
This commit is contained in:
parent
0db450024d
commit
7f6161ab3a
|
@ -640,7 +640,7 @@ static void opImport(Strings opFlags, Strings opArgs)
|
||||||
|
|
||||||
FdSource source(STDIN_FILENO);
|
FdSource source(STDIN_FILENO);
|
||||||
while (readInt(source) == 1)
|
while (readInt(source) == 1)
|
||||||
cout << format("%1%\n") % store->importPath(false, source);
|
cout << format("%1%\n") % store->importPath(false, source) << std::flush;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue