Skip to content

Commit 12da26a

Browse files
chore(core): format daemon client code
Co-authored-by: FrozenPandaz <[email protected]>
1 parent 47c95cd commit 12da26a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/nx/src/daemon/client/client.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ import { hasNxJson, NxJsonConfiguration } from '../../config/nx-json';
2424
import { readNxJson } from '../../config/configuration';
2525
import { PromisedBasedQueue } from '../../utils/promised-based-queue';
2626
import { DaemonSocketMessenger, Message } from './daemon-socket-messenger';
27-
import {
28-
getDaemonProcessIdSync,
29-
readDaemonProcessJsonCache,
30-
} from '../cache';
27+
import { getDaemonProcessIdSync, readDaemonProcessJsonCache } from '../cache';
3128
import { Hash } from '../../hasher/task-hasher';
3229
import { Task, TaskGraph } from '../../config/task-graph';
3330
import { 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

0 commit comments

Comments
 (0)