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