Skip to content

Commit

Permalink
log silent error
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkeit committed Nov 25, 2024
1 parent 312af3e commit 55d36e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ export class AcceleratorTool {
const installerPipeline = await AcceleratorTool.getPipelineNameFromCloudFormationStack(installerStackName);
if (!installerPipeline.status) {
this.debugLog(`${installerPipeline.pipelineName}`, 'info');
this.logger.error(`${installerPipeline.pipelineName} doesn't exist, cannot continue`);
return false;
}
const getPipelineNameResponse = await throttlingBackOff(() =>
Expand Down

0 comments on commit 55d36e5

Please sign in to comment.