UNPKG
yu-gstatic
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
Cli for Yu Static Site Hosting Service - GStatic
yu-gstatic
/
built
/
utils.js
8 lines
(7 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
chalk =
require
(
"chalk"
);
function
errLogger
(
err
) {
console
.
log
(chalk.
red
(err.
message
)); }
exports
.
errLogger
= errLogger;