ethers.js/misc/admin/lib/cmds/echo.js

5 lines
177 B
JavaScript
Raw Permalink Normal View History

2020-09-22 22:54:48 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const log_1 = require("../log");
console.log(log_1.colorify.bold(process.argv[2] || "no message"));