Skip to content

Commit

Permalink
fix(core): add missing perf_hooks import in tasks-runner/cache (#18043)
Browse files Browse the repository at this point in the history
  • Loading branch information
chigia001 authored Jul 10, 2023
1 parent 92926b9 commit e255827
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

1 comment on commit e255827

@vercel
Copy link

@vercel vercel bot commented on e255827 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.