Skip to content

Commit d1527cd

Browse files
committed
fix: Update dependencies
1 parent ac0490c commit d1527cd

File tree

5 files changed

+3464
-4638
lines changed

5 files changed

+3464
-4638
lines changed

lib/error-notifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module.exports = (command, opts) => {
99
return new Promise((resolve, reject) => {
1010
execa.shell(command, {env: {FORCE_COLOR: true}})
1111
.then(result => resolve(result))
12-
.catch(err => notifier.notify(notifierOptions(opts), () => reject(err)));
12+
.catch(error => notifier.notify(notifierOptions(opts), () => reject(error)));
1313
});
1414
};

0 commit comments

Comments
 (0)