Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmptyIrony committed Sep 9, 2024
1 parent fd243d9 commit 88883e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class LogFuncCompletion: CompletionContributor() {
context.document.replaceString(
parent.textRange.startOffset,
tailOffset,
"info($objectText)"
"warning($objectText)"
)
editor.caretModel
.moveToOffset(parent.textRange.startOffset + 5 + objectText.length)
Expand Down

0 comments on commit 88883e8

Please sign in to comment.