File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ module.exports = {
9494 const activity = name || this . options . name ;
9595 if ( this . serverless . service . stepFunctions . activities . indexOf ( activity ) < 0 ) {
9696 const errorMessage = [
97- `Activity "${ activity } " is not exists in serverless.yml` ,
97+ `Activity "${ activity } " does not exist in serverless.yml` ,
9898 ] . join ( '' ) ;
9999 throw new this . serverless . classes . Error ( errorMessage ) ;
100100 }
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ module.exports = {
6565 if ( typeof this . serverless . service . stepFunctions . stateMachines [ this . options . name ]
6666 === 'undefined' ) {
6767 const errorMessage = [
68- `Step function "${ this . options . name } " is not exists ` ,
68+ `Step function "${ this . options . name } " does not exist ` ,
6969 ] . join ( '' ) ;
7070 throw new this . serverless . classes . Error ( errorMessage ) ;
7171 }
You can’t perform that action at this time.
0 commit comments