UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

7 lines (6 loc) 225 B
import { get } from "../../logger/index.js"; export const create = () => async () => async () => { const { debug } = get("commands.handler.fail"); debug(`running fail handler`); throw new Error("Fail I must"); };