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 5623a84 commit 8ab769cCopy full SHA for 8ab769c
script/filewatch.lua
@@ -16,8 +16,8 @@ local function isExists(filename)
16
if plat.OS ~= 'Windows' then
17
return true
18
end
19
- local suc, res = pcall(fs.fullpath, path)
20
- if not suc then
+ local res = fs.fullpath(path)
+ if not res then
21
return false
22
23
if res :string():gsub('^%w+:', string.lower)
0 commit comments