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
/
src
/
utils.ts
5 lines
(4 loc)
•
115 B
text/typescript
View Raw
1
2
3
4
5
import
*
as
chalk
from
"chalk"
;
export
function
errLogger
(
err:
Error
) {
console
.
log
(chalk.
red
(err.
message
)); }