mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 17:51:24 +00:00
fix: address runtime warnings in build
This commit is contained in:
@@ -802,7 +802,7 @@ export async function getReplyFromConfig(
|
||||
}
|
||||
typingTtlTimer = setTimeout(() => {
|
||||
if (!typingTimer) return;
|
||||
defaultRuntime.warn?.(
|
||||
defaultRuntime.log(
|
||||
`typing TTL reached (${typingTtlMs}ms); stopping typing indicator`,
|
||||
);
|
||||
cleanupTyping();
|
||||
|
||||
Reference in New Issue
Block a user