extra message

master
Daniel Kolesa 2017-06-17 15:59:45 +02:00
parent d50b24bed4
commit e7c756a73c
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ struct ob_state: cs_state {
waits.front().get();
} catch (build_error const &) {
waits.pop();
ostd::writeln("waiting for the remaining tasks to finish...");
for (; !waits.empty(); waits.pop()) {
try {
waits.front().get();