Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 committed Dec 31, 2023
1 parent 5d0cf91 commit cfbff45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx-dev-tools/src/executors/setup/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const setupNetwork = (projectConfig: ProjectConfiguration): void => {
removeNetwork(projectConfig);
}

console.log(`=> Creating ${hostResolverFile} ...`);
execSync(`sudo mkdir -p ${resolverDir}`);

execSync(
Expand Down

0 comments on commit cfbff45

Please sign in to comment.