fix: settings should be fixed now.
This commit is contained in:
@ -70,6 +70,7 @@ export async function executeAst({
|
||||
}): Promise<ExecutionResult> {
|
||||
try {
|
||||
const settings = await jsAppSettings()
|
||||
console.log("ADAM LOOK HERE!", JSON.stringify(settings, null, 4))
|
||||
const execState = await rustContext.execute(ast, settings, path)
|
||||
|
||||
await rustContext.waitForAllEngineCommands()
|
||||
|
||||
Reference in New Issue
Block a user