summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_engine')
-rw-r--r--src/buildtool/execution_engine/executor/executor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp
index f2f1b880..6983a4ac 100644
--- a/src/buildtool/execution_engine/executor/executor.hpp
+++ b/src/buildtool/execution_engine/executor/executor.hpp
@@ -578,6 +578,7 @@ class ExecutorImpl {
if (not response) {
logger.Emit(LogLevel::Trace, "response is empty");
+ PrintError(logger, action, progress);
return false;
}