Skip to content

Commit

Permalink
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
@@ -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)

0 comments on commit 62f1e3b

Please sign in to comment.