fix(core): add debug to logger when wrapping angular devkit schematics (#4830)
This commit is contained in:
parent
3de68dc529
commit
5eb4518733
@ -646,6 +646,7 @@ export function wrapAngularDevkitSchematic(
|
||||
log: (e) => {},
|
||||
info: (e) => {},
|
||||
warn: (e) => {},
|
||||
debug: () => {},
|
||||
error: (e) => {},
|
||||
fatal: (e) => {},
|
||||
} as any;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user