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 b5b89b4 commit bb4a7a3Copy full SHA for bb4a7a3
script/workspace/workspace.lua
@@ -229,7 +229,7 @@ function m.awaitLoadFile(uri)
229
---@async
230
native:scan(furi.decode(uri), function (path)
231
files.remove(furi.encode(path))
232
- ld:loadFile(furi.encode(path), nil)
+ ld:loadFile(furi.encode(path))
233
end)
234
ld:loadAll()
235
end
@@ -285,7 +285,7 @@ function m.awaitPreload(scp)
285
scp:addLink(libMatcher.uri)
286
287
libMatcher.matcher:scan(furi.decode(libMatcher.uri), function (path)
288
- ld:loadFile(furi.encode(path))
+ ld:loadFile(furi.encode(path), libMatcher.uri)
289
290
watchers[#watchers+1] = fw.watch(furi.decode(libMatcher.uri))
291
0 commit comments