Skip to content

Commit

Permalink
fix: import performance from perf_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Dec 9, 2021
1 parent fb0a7b8 commit fade332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/controllers/build-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { IPlatformsDataService } from "../definitions/platform";
import { IAnalyticsService, IFileSystem } from "../common/declarations";
import { IInjector } from "../common/definitions/yok";
import { injector } from "../common/yok";
import { performance } from "perf_hooks";

export class BuildController extends EventEmitter implements IBuildController {
constructor(
Expand Down

0 comments on commit fade332

Please sign in to comment.