mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Rephrase error message for invalid template
This commit is contained in:
parent
0abc60335f
commit
b060dbca94
@ -19,7 +19,7 @@ module.exports = {
|
||||
this.options.region
|
||||
).catch((error) => {
|
||||
const errorMessage = [
|
||||
'The generated CloudFormation template is invalid:',
|
||||
'The CloudFormation template is invalid:',
|
||||
` ${error.message}`,
|
||||
].join('');
|
||||
throw new Error(errorMessage);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user