Skip to content

Commit

Permalink
fix(task-runner): add missing perf_hooks import
Browse files Browse the repository at this point in the history
  • Loading branch information
chigia001 committed Jul 10, 2023
1 parent 38fa586 commit 33c60ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/tasks-runner/cache.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { workspaceRoot } from '../utils/workspace-root';
import { mkdir, mkdirSync, pathExists, readFile, writeFile } from 'fs-extra';
import { join } from 'path';
import { performance } from 'perf_hooks';
import { DefaultTasksRunnerOptions } from './default-tasks-runner';
import { spawn } from 'child_process';
import { cacheDir } from '../utils/cache-directory';
Expand Down

0 comments on commit 33c60ba

Please sign in to comment.