Skip to content

Commit a63dc86

Browse files
committed
minimize changes
1 parent a78cce6 commit a63dc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/shared/sam/debugger/awsSamDebugger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ export class SamDebugConfigProvider implements vscode.DebugConfigurationProvider
267267
if (resource) {
268268
// we do not know enough to populate the runtime field for Image-based Lambdas
269269
const runtimeName = CloudFormation.isZipLambdaResource(resource?.Properties)
270-
? CloudFormation.getStringForProperty(
270+
? (CloudFormation.getStringForProperty(
271271
resource?.Properties,
272272
'Runtime',
273273
templateDatum.item
274-
) ?? ''
274+
) ?? '')
275275
: ''
276276
configs.push(
277277
createTemplateAwsSamDebugConfig(

0 commit comments

Comments
 (0)