mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fixed logging for stage and region
This commit is contained in:
parent
869bda20d5
commit
3d506c01f0
@ -214,7 +214,7 @@ JAWS_DATA_MODEL_STAGE=${stage}`;
|
||||
_createCfStack(cfTemplateUrl) {
|
||||
let _this = this;
|
||||
|
||||
JawsCLI.log('Creating CloudFormation Stack for your new project (~5 mins)...');
|
||||
JawsCLI.log('Creating CloudFormation Stack for your new region (~5 mins)...');
|
||||
this._spinner = JawsCLI.spinner();
|
||||
this._spinner.start();
|
||||
|
||||
|
||||
@ -210,7 +210,7 @@ JAWS_DATA_MODEL_STAGE=${stage}`;
|
||||
_createCfStack(cfTemplateUrl) {
|
||||
let _this = this;
|
||||
|
||||
JawsCLI.log('Creating CloudFormation Stack for your new project (~5 mins)...');
|
||||
JawsCLI.log('Creating CloudFormation Stack for your new stage (~5 mins)...');
|
||||
this._spinner = JawsCLI.spinner();
|
||||
this._spinner.start();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user