Fix id source range mapping with path_get_info (#517)
This commit is contained in:
@ -102,7 +102,7 @@ export function useCodeEval() {
|
||||
)
|
||||
|
||||
const { artifactMap, sourceRangeMap } =
|
||||
await engineCommandManager.waitForAllCommands()
|
||||
await engineCommandManager.waitForAllCommands(_ast, programMemory)
|
||||
setIsExecuting(false)
|
||||
if (programMemory !== undefined) {
|
||||
setProgramMemory(programMemory)
|
||||
|
Reference in New Issue
Block a user