Skip to main content
Module

x/grammy_conversations/mod.ts>ConversationHandle#error

Conversational interfaces for grammY
Go to Latest
method ConversationHandle.prototype.error
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.1.1/mod.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