Skip to content

Commit 2ac8a7f

Browse files
committed
update occlusion path
1 parent fe2a2fd commit 2ac8a7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/service/telemetry.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ local function occlusionPath(str)
6868
if count > 0 then
6969
return left .. newStr
7070
elseif chunk:sub(1, 1) == '\\'
71-
or chunk:sub(1, 1) == '/' then
71+
or chunk:sub(1, 1) == '/'
72+
or chunk:sub(1, 3) == '...' then
7273
return left .. '***'
7374
end
7475
end)

0 commit comments

Comments
 (0)