This commit is contained in:
Ruben Fiszel
2025-10-16 20:53:32 +00:00
parent c86b3448b8
commit 56ca67a11d
+1 -1
View File
@@ -114,7 +114,7 @@ export async function inferAssets(
return []
}
export async function inferAnsibleExecutionMode(code: string): any {
export async function inferAnsibleExecutionMode(code: string): Promise<any> {
try {
await initWasmYaml()
return JSON.parse(parse_ansible_delegate(code))