fix: settings should be fixed now.
This commit is contained in:
@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user