Skip to content

Commit 63cc7ff

Browse files
committed
update occlusion path
1 parent 2ac8a7f commit 63cc7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/service/telemetry.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local function pushVersion(link)
6060
end
6161

6262
local function occlusionPath(str)
63-
return str:gsub('(%s*)([^:"\r\n]+)', function (left, chunk)
63+
return str:gsub('(%s*)([^:"\'\r\n]+)', function (left, chunk)
6464
if not chunk:find '[/\\]' then
6565
return
6666
end

0 commit comments

Comments
 (0)