fix: settings should be fixed now.

This commit is contained in:
Kevin
2025-06-23 14:57:59 -05:00
parent 38c6b07df3
commit f418436730

View File

@ -70,6 +70,7 @@ export async function executeAst({
}): Promise<ExecutionResult> { }): Promise<ExecutionResult> {
try { try {
const settings = await jsAppSettings() const settings = await jsAppSettings()
console.log("ADAM LOOK HERE!", JSON.stringify(settings, null, 4))
const execState = await rustContext.execute(ast, settings, path) const execState = await rustContext.execute(ast, settings, path)
await rustContext.waitForAllEngineCommands() await rustContext.waitForAllEngineCommands()