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
(cherry picked from commit 6588ff9)
  • Loading branch information
AgentEnder authored and FrozenPandaz committed Jun 28, 2023
1 parent e54535e commit 0b57d42
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

0 comments on commit 0b57d42

Please sign in to comment.