feat(exception_handler): changed ExceptionHandler to use console.error instead of console.log
Closes #3812
This commit is contained in:
@ -71,6 +71,7 @@ var _rootBindings = [bind(Reflector).toValue(reflector)];
|
||||
|
||||
class PrintLogger {
|
||||
log = print;
|
||||
logError = print;
|
||||
logGroup = print;
|
||||
logGroupEnd() {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user