Skip to content

Commit 125055e

Browse files
committed
refactor: add error logging for current region in RegionGetCommand
1 parent 3eb3080 commit 125055e

File tree

1 file changed

+1
-1
lines changed
  • packages/contentstack-config/src/commands/config/get

1 file changed

+1
-1
lines changed

packages/contentstack-config/src/commands/config/get/region.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export default class RegionGetCommand extends BaseCommand<typeof RegionGetComman
2121
cliux.print(`Developer Hub URL: ${currentRegion.developerHubUrl}`);
2222
cliux.print(`Launch URL: ${currentRegion.launchHubUrl}`);
2323
cliux.print(`Personalize URL: ${currentRegion.personalizeUrl}`);
24-
24+
this.logger.error(`Currently using ${currentRegion.name} region`);
2525
}
2626
}

0 commit comments

Comments
 (0)