mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
@@ -2,8 +2,7 @@ import { LogLevelType } from '../enums/logLevelType';
|
||||
|
||||
import { LogService as LogServiceAbstraction } from '../abstractions/log.service';
|
||||
|
||||
// @ts-ignore: import * as ns from "mod" error, need to do it this way
|
||||
import hrtime = require('browser-process-hrtime');
|
||||
import * as hrtime from 'browser-hrtime';
|
||||
|
||||
export class ConsoleLogService implements LogServiceAbstraction {
|
||||
protected timersMap: Map<string, [number, number]> = new Map();
|
||||
|
||||
Reference in New Issue
Block a user