Skip to main content
Module

x/drake/mod.ts>debug

Drake is a make-like task runner for Deno.
Go to Latest
function debug
import { debug } from "https://deno.land/x/drake@v1.6.0/mod.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]