Skip to content

Commit

Permalink
fix(core): generate workspace readme based on if nx cloud state
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Aug 7, 2024
1 parent 80a9671 commit eafecbf
Show file tree
Hide file tree
Showing 5 changed files with 4,780 additions and 756 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function execAndWait(command: string, cwd: string) {
const message = stderr && stderr.trim().length ? stderr : stdout;
rej(new CreateNxWorkspaceError(message, error.code, logFile));
} else {
console.log({ stdout });
res({ code: 0, stdout });
}
}
Expand Down
Loading

0 comments on commit eafecbf

Please sign in to comment.