refactor(ngcc): add debug messages to help with debugging in parallel mode (#34437)
PR Close #34437
This commit is contained in:

committed by
Kara Erickson

parent
b1d4c58b81
commit
e5d992c175
@ -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);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user