You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-19 09:45:30 -04:00
Remove signale
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const signale = require('signale');
|
||||
const bin = require('.');
|
||||
|
||||
function getProjectRoot() {
|
||||
@@ -26,8 +25,8 @@ function getProjectRoot() {
|
||||
|
||||
bin(getProjectRoot()).run(['version'])
|
||||
.then(() => {
|
||||
signale.success('Hugo binary installed successfully!');
|
||||
console.log('Hugo binary installed successfully!');
|
||||
})
|
||||
.catch(error => {
|
||||
signale.fatal(`${error.message}\nHugo binary installation failed!`);
|
||||
console.error(`${error.message}\nHugo binary installation failed!`);
|
||||
});
|
||||
|
Reference in New Issue
Block a user