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 f2db41d commit 63b3606Copy full SHA for 63b3606
script/files.lua
@@ -52,7 +52,7 @@ function m.getRealUri(uri)
52
end
53
filename = res:string()
54
local ruri = furi.encode(filename)
55
- if not fixedUri[ruri] then
+ if uri ~= ruri and not fixedUri[ruri] then
56
fixedUri[ruri] = true
57
log.warn(('Fix real file uri: %s -> %s'):format(uri, ruri))
58
0 commit comments