Skip to content

Commit 650cd7e

Browse files
committed
fix
1 parent 6dfa22e commit 650cd7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/proto/proto.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ local secretOption = {
132132
process = function (item, path)
133133
if path[1] == 'params'
134134
and path[2] == 'textDocument'
135-
and path[3] == nil then
135+
and path[3] == 'text'
136+
and path[4] == nil then
136137
return '"***"'
137138
end
138139
return item

0 commit comments

Comments
 (0)