Skip to main content
Module

x/task_runner/test/failure.ts

Task runner for deno
Latest
File
import { exit } from "deno";console.error("😛");exit(1);