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) => {},
|
log: (e) => {},
|
||||||
info: (e) => {},
|
info: (e) => {},
|
||||||
warn: (e) => {},
|
warn: (e) => {},
|
||||||
|
debug: () => {},
|
||||||
error: (e) => {},
|
error: (e) => {},
|
||||||
fatal: (e) => {},
|
fatal: (e) => {},
|
||||||
} as any;
|
} as any;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user