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

5 lines
177 B
JavaScript
Raw Normal View History

2020-09-23 05:54:48 +03: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"));