Skip to content

Commit

Permalink
Update dist 2024/02/04
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Feb 4, 2024
1 parent f70ab9c commit 7175f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function getStack(cfn, stackNameOrId) {
return (_a = stacks.Stacks) === null || _a === void 0 ? void 0 : _a[0];
}
catch (e) {
if (e instanceof client_cloudformation_1.StackNotFoundException) {
if (e instanceof client_cloudformation_1.CloudFormationServiceException) {
return undefined;
}
throw e;
Expand Down

0 comments on commit 7175f1a

Please sign in to comment.