Add ascii art

This commit is contained in:
syuilo 2019-02-03 22:51:39 +09:00
parent 16bc96dbbe
commit 5b9d9bc0ef
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -24,6 +24,11 @@ import chalk from 'chalk';
import * as request from 'request-promise-native'; import * as request from 'request-promise-native';
const promiseRetry = require('promise-retry'); const promiseRetry = require('promise-retry');
console.log(' __ ____ _____ ___ ');
console.log(' /__\\ (_ _)( _ )/ __)');
console.log(' /(__)\\ _)(_ )(_)( \\__ \\');
console.log('(__)(__)(____)(_____)(___/\n');
function log(msg: string): void { function log(msg: string): void {
_log(`[Boot]: ${msg}`); _log(`[Boot]: ${msg}`);
} }