We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2a2fd commit 2ac8a7fCopy full SHA for 2ac8a7f
script/service/telemetry.lua
@@ -68,7 +68,8 @@ local function occlusionPath(str)
68
if count > 0 then
69
return left .. newStr
70
elseif chunk:sub(1, 1) == '\\'
71
- or chunk:sub(1, 1) == '/' then
+ or chunk:sub(1, 1) == '/'
72
+ or chunk:sub(1, 3) == '...' then
73
return left .. '***'
74
end
75
end)
0 commit comments