We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7ea18 commit 85ff984Copy full SHA for 85ff984
script/workspace/require-path.lua
@@ -33,6 +33,7 @@ function m.getVisiblePath(path, searchers)
33
m.cache[path] = result
34
local pos = 1
35
if libraryPath then
36
+ libraryPath = libraryPath:gsub('^[/\\]+', '')
37
pos = #libraryPath + 2
38
end
39
repeat
0 commit comments