Skip to content

Commit

Permalink
fix: space
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored Sep 6, 2024
1 parent 79623a4 commit befb4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/use-verbose-logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { isCI } from './is-ci'

export const USE_VERBOSE_LOGGING = isCI() || Boolean(process.env.NX_VERBOSE_LOGGING)

export const USE_VERBOSE_LOGGING_MINIMAL = Boolean(process.env.NX_VERBOSE_LOGGING || process.env. ACTIONS_RUNNER_DEBUG)
export const USE_VERBOSE_LOGGING_MINIMAL = Boolean(process.env.NX_VERBOSE_LOGGING || process.env.ACTIONS_RUNNER_DEBUG)

0 comments on commit befb4d7

Please sign in to comment.