We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac8a7f commit 63cc7ffCopy full SHA for 63cc7ff
script/service/telemetry.lua
@@ -60,7 +60,7 @@ local function pushVersion(link)
60
end
61
62
local function occlusionPath(str)
63
- return str:gsub('(%s*)([^:"\r\n]+)', function (left, chunk)
+ return str:gsub('(%s*)([^:"\'\r\n]+)', function (left, chunk)
64
if not chunk:find '[/\\]' then
65
return
66
0 commit comments