mirror of https://github.com/openclaw/openclaw.git
test(web): stabilize processMessage inbound contract cleanup
This commit is contained in:
parent
a6fda4ae8e
commit
9eb749b0a6
|
|
@ -22,7 +22,7 @@ vi.mock("../../../auto-reply/reply/provider-dispatcher.js", () => ({
|
|||
vi.mock("./last-route.js", () => ({
|
||||
trackBackgroundTask: (tasks: Set<Promise<unknown>>, task: Promise<unknown>) => {
|
||||
tasks.add(task);
|
||||
task.finally(() => {
|
||||
void task.finally(() => {
|
||||
tasks.delete(task);
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue