Skip to content

Commit

Permalink
fix(core): point to daemon logs when daemon closes unexpectedly (#17827)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored Jun 28, 2023
1 parent a55c27c commit 6588ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/daemon/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export class DaemonClient {
title: 'Daemon process terminated and closed the connection',
bodyLines: [
'Please rerun the command, which will restart the daemon.',
`If you get this error again, check for any errors in the daemon process logs found in: ${DAEMON_OUTPUT_LOG_FILE}`,
],
});
process.exit(1);
Expand Down

1 comment on commit 6588ff9

@vercel
Copy link

@vercel vercel bot commented on 6588ff9 Jun 28, 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-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.