You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-07-03 14:36:38 -04:00
Tweak installation logging.
This commit is contained in:
@ -22,9 +22,8 @@ function getProjectRoot() {
|
||||
|
||||
bin(getProjectRoot()).run(['version'])
|
||||
.then(() => {
|
||||
signale.success('Hugo binary is installed successfully');
|
||||
signale.success('Hugo binary installed successfully!');
|
||||
})
|
||||
.catch(err => {
|
||||
signale.fatal(err.message);
|
||||
signale.fatal('Hugo binary installation failed');
|
||||
signale.fatal(`${err.message}\nHugo binary installation failed!`);
|
||||
});
|
||||
|
Reference in New Issue
Block a user