diff options
Diffstat (limited to 'zenserver')
| -rw-r--r-- | zenserver/compute/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp index 32088ecc2..b0d21d53a 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -879,7 +879,7 @@ HttpFunctionService::ExecAction(const WorkerDesc& Worker, CbObject Action) { throw std::system_error(ChunkData.ErrorCode, "Failed to read build output chunk file"); } - + ZEN_ASSERT(OutputData.Data.size() == 1); CbAttachment Attachment(SharedBuffer(ChunkData.Data[0]), Hash); |