fix(llama-cpp): type shutdown cleanup failures

Punchcard-Session: frost-brook-timber-mx
This commit is contained in:
Vincent Koc
2026-08-05 02:43:34 +08:00
parent a175e24afb
commit 220445b1b7
@@ -357,7 +357,7 @@ function disposeLlamaCppInferenceRuntime(state: LlamaCppInferenceRuntimeState):
}
}
})
.catch((error) => {
.catch((error: unknown) => {
recordCleanupFailure(state, error);
throw error;
})