File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@aws-cdk/app-staging-synthesizer-alpha/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ export class AppStagingSynthesizer extends StackSynthesizer implements IReusable
257
257
throw new Error ( [
258
258
'It is not safe to use AppStagingSynthesizer for both environment-agnostic and environment-aware stacks at the same time.' ,
259
259
'Please either specify environments for all stacks or no stacks in the CDK App.' ,
260
- `Stacks with environment: ${ describeStacks ( agnosticStacks ) } .` ,
261
- `Stacks without environment: ${ describeStacks ( envAwareStacks ) } .` ,
260
+ `At least these stacks with environment: ${ describeStacks ( envAwareStacks ) } .` ,
261
+ `At least these stacks without environment: ${ describeStacks ( agnosticStacks ) } .` ,
262
262
] . join ( ' ' ) ) ;
263
263
}
264
264
}
You can’t perform that action at this time.
0 commit comments