mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(llama-cpp): type shutdown cleanup failures
Punchcard-Session: frost-brook-timber-mx
This commit is contained in:
@@ -357,7 +357,7 @@ function disposeLlamaCppInferenceRuntime(state: LlamaCppInferenceRuntimeState):
|
||||
}
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
.catch((error: unknown) => {
|
||||
recordCleanupFailure(state, error);
|
||||
throw error;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user