
committed by
Igor Minar

parent
f48b343af1
commit
0f5c70d563
@ -25,8 +25,10 @@ export class WorkerDomAdapter extends DomAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
// tslint:disable-next-line:no-console
|
||||
log(error: any) { console.log(error); }
|
||||
log(error: any) {
|
||||
// tslint:disable-next-line:no-console
|
||||
console.log(error);
|
||||
}
|
||||
|
||||
logGroup(error: any) {
|
||||
if (console.group) {
|
||||
|
Reference in New Issue
Block a user