build/deploy: Fix image size notice at end of build

Change-type: patch
This commit is contained in:
Paulo Castro 2020-10-20 01:09:49 +01:00
parent 2b22fb89f1
commit 4c8dc29946

View File

@ -658,7 +658,7 @@ export class BuildProgressInline {
if (summary != null) {
this._services.forEach((service) => {
this._renderEvent(service, summary[service]);
this._renderEvent(service, { status: summary[service] });
});
}