Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drake/lib/utils.ts>debug

Drake is a make-like task runner for Deno.
Latest
function debug
import { debug } from "https://deno.land/x/drake@v1.7.0/lib/utils.ts";

Write the title and message to stderr if it is a TTY and the --debug command-line option was specified or the DRAKE_DEBUG shell environment variable is set.

Parameters

title: string
optional
message: any = [UNSUPPORTED]