Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit d2f0601

Browse files
committed
rebase on master
1 parent 830f0dd commit d2f0601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rescript-editor-support/NewCompletions.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ let mkItem = (~name, ~kind, ~detail, ~docstring, ~uri, ~pos_lnum) => {
588588
J.s(
589589
(docstring |? "No docs")
590590
++ "\n\n"
591-
++ uri
591+
++ Uri2.toString(uri)
592592
++ ":"
593593
++ string_of_int(pos_lnum),
594594
),

0 commit comments

Comments
 (0)