Skip to content

Commit 3e3f05f

Browse files
committed
patch
1 parent 0883372 commit 3e3f05f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/codewhisperer/util/editorContext.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ function logSupplementalContext(supplementalContext: CodeWhispererSupplementalCo
208208
isUtg: ${supplementalContext.isUtg},
209209
isProcessTimeout: ${supplementalContext.isProcessTimeout},
210210
contentsLength: ${supplementalContext.contentsLength},
211-
latency: ${supplementalContext.latency}`,
211+
latency: ${supplementalContext.latency}
212+
strategy: ${supplementalContext.strategy}`,
212213
4,
213214
true
214215
).trimStart()

0 commit comments

Comments
 (0)