Skip to content

Commit

Permalink
fix(core): review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Mar 6, 2023
1 parent 59fe8f1 commit a503481
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/nx/src/daemon/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export class DaemonClient {

private closeConnection() {
this.socketMessenger.close();
this._connected = false;
}

private setUpConnection() {
Expand Down
5 changes: 0 additions & 5 deletions packages/nx/src/hasher/file-hasher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import { NativeFileHasher } from './native-file-hasher';

function createFileHasher(): FileHasherBase {
try {
const dotEnv: typeof import('dotenv') = require('dotenv');
try {
dotEnv.config();
} catch {}

if (
!process.env.NX_NON_NATIVE_HASHER ||
process.env.NX_NON_NATIVE_HASHER != 'true'
Expand Down

0 comments on commit a503481

Please sign in to comment.