Skip to content

Commit

Permalink
fix: region + stage startup log (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored Aug 14, 2022
1 parent df0c474 commit 62f1e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ServerlessOffline.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ export default class ServerlessOffline {

log.notice()
log.notice(
`Starting Offline at stage ${provider.stage} ${chalk.gray(
`(${provider.region})`,
)}`,
`Starting Offline at stage ${
this.#options.stage || provider.stage
} ${chalk.gray(`(${this.#options.region || provider.region})`)}`,
)
log.notice()
log.debug('options:', this.#options)
Expand Down

0 comments on commit 62f1e3b

Please sign in to comment.