Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-ShaoHua committed Nov 4, 2024
1 parent 0883372 commit 3e3f05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/codewhisperer/util/editorContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ function logSupplementalContext(supplementalContext: CodeWhispererSupplementalCo
isUtg: ${supplementalContext.isUtg},
isProcessTimeout: ${supplementalContext.isProcessTimeout},
contentsLength: ${supplementalContext.contentsLength},
latency: ${supplementalContext.latency}`,
latency: ${supplementalContext.latency}
strategy: ${supplementalContext.strategy}`,
4,
true
).trimStart()
Expand Down

0 comments on commit 3e3f05f

Please sign in to comment.