Skip to content

Commit fe2a2fd

Browse files
committed
fix runtime error
1 parent a2c1269 commit fe2a2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/workspace/workspace.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ end
234234

235235
---@async
236236
function m.awaitLoadFile(uri)
237+
m.awaitReady(uri)
237238
local scp = scope.getScope(uri)
238239
local ld <close> = loading.create(scp)
239240
local native = m.getNativeMatcher(scp)

0 commit comments

Comments
 (0)