Skip to content

Commit

Permalink
chore(core): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Mar 6, 2023
1 parent 9598ec1 commit 877ebbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nx/src/command-line/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1525,9 +1525,9 @@ export async function migrate(
}

try {
runNxSync("daemon --stop", {
cwd: workspaceRoot
})
runNxSync('daemon --stop', {
cwd: workspaceRoot,
});
} catch {}

return handleErrors(process.env.NX_VERBOSE_LOGGING === 'true', async () => {
Expand Down

0 comments on commit 877ebbf

Please sign in to comment.