diff --git a/packages/nx/src/daemon/client/client.ts b/packages/nx/src/daemon/client/client.ts index 8481b83cd4f3f..6c8c6f13eb04b 100644 --- a/packages/nx/src/daemon/client/client.ts +++ b/packages/nx/src/daemon/client/client.ts @@ -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);