File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/nx/src/daemon/client Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ import { hasNxJson, NxJsonConfiguration } from '../../config/nx-json';
2424import { readNxJson } from '../../config/configuration' ;
2525import { PromisedBasedQueue } from '../../utils/promised-based-queue' ;
2626import { DaemonSocketMessenger , Message } from './daemon-socket-messenger' ;
27- import {
28- getDaemonProcessIdSync ,
29- readDaemonProcessJsonCache ,
30- } from '../cache' ;
27+ import { getDaemonProcessIdSync , readDaemonProcessJsonCache } from '../cache' ;
3128import { Hash } from '../../hasher/task-hasher' ;
3229import { Task , TaskGraph } from '../../config/task-graph' ;
3330import { ConfigurationSourceMaps } from '../../project-graph/utils/project-configuration-utils' ;
@@ -704,7 +701,6 @@ export class DaemonClient {
704701 message : Message ,
705702 force ?: 'v8' | 'json'
706703 ) : Promise < any > {
707-
708704 this . startDaemonIfNecessary ( ) ;
709705 // An open promise isn't enough to keep the event loop
710706 // alive, so we set a timeout here and clear it when we hear
You can’t perform that action at this time.
0 commit comments