Skip to main content
Go to Latest
method ConversationHandle.prototype.error
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.1.0/conversation.ts";

Safely perform console.error calls, but only when they should really be logged (so not during replay operations).

Parameters

...args: Parameters<console.error>

Arguments to pass to console.error