diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/execution_engine/executor/executor.hpp | 1 |
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; } |