refactor(ngcc): add debug messages to help with debugging in parallel mode (#34437)

PR Close #34437
This commit is contained in:
George Kalpakas
2019-12-05 21:02:57 +02:00
committed by Kara Erickson
parent b1d4c58b81
commit e5d992c175
4 changed files with 35 additions and 11 deletions

View File

@ -274,6 +274,8 @@ export function mainNgcc(
`Failed to compile entry-point ${entryPoint.name} due to compilation errors:\n${errors}`);
}
logger.debug(` Successfully compiled ${entryPoint.name} : ${formatProperty}`);
onTaskCompleted(task, TaskProcessingOutcome.Processed);
};
};