fix(core): add debug to logger when wrapping angular devkit schematics (#4830)

This commit is contained in:
Jason Jean 2021-02-18 13:48:57 -05:00 committed by GitHub
parent 3de68dc529
commit 5eb4518733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,6 +646,7 @@ export function wrapAngularDevkitSchematic(
log: (e) => {},
info: (e) => {},
warn: (e) => {},
debug: () => {},
error: (e) => {},
fatal: (e) => {},
} as any;