Skip to content

Commit e255827

Browse files
authored
fix(core): add missing perf_hooks import in tasks-runner/cache (#18043)
1 parent 92926b9 commit e255827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nx/src/tasks-runner/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { workspaceRoot } from '../utils/workspace-root';
22
import { mkdir, mkdirSync, pathExists, readFile, writeFile } from 'fs-extra';
33
import { join } from 'path';
4+
import { performance } from 'perf_hooks';
45
import { DefaultTasksRunnerOptions } from './default-tasks-runner';
56
import { spawn } from 'child_process';
67
import { cacheDir } from '../utils/cache-directory';

0 commit comments

Comments
 (0)