UNPKG

463 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3var __importDefault = (this && this.__importDefault) || function (mod) {
4 return (mod && mod.__esModule) ? mod : { "default": mod };
5};
6Object.defineProperty(exports, "__esModule", { value: true });
7/* tslint:disable */
8const chalk_1 = __importDefault(require("chalk"));
9console.error(chalk_1.default.cyan("You probably meant to type buidler. We got you."));
10require("./bootstrap");
11//# sourceMappingURL=cli-with-a-typo.js.map
\No newline at end of file