Skip to content

Commit 96f09b2

Browse files
committed
Merge branch 'lint/noStringSubDrop' of github.com:Hweinstock/aws-toolkit-vscode into lint/noStringSubDrop
2 parents bbf54c5 + 708249d commit 96f09b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/sam/cli/samCliLocalInvoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class DefaultSamLocalInvokeCommand implements SamLocalInvokeCommand {
6262
const childProcess = new ChildProcess(params.command, params.args, {
6363
spawnOptions: await addTelemetryEnvVar(options),
6464
})
65-
getLogger().info('AWS.running.command: Command: %O', `${childProcess}`)
65+
getLogger().info('AWS.running.command: Command: %O', childProcess)
6666
// "sam local invoke", "sam local start-api", etc.
6767
const samCommandName = `sam ${params.args[0]} ${params.args[1]}`
6868

0 commit comments

Comments
 (0)