summaryrefslogtreecommitdiff
path: root/lib/initialize.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/initialize.js')
-rw-r--r--lib/initialize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/initialize.js b/lib/initialize.js
index 195423a..9552c41 100644
--- a/lib/initialize.js
+++ b/lib/initialize.js
@@ -38,7 +38,7 @@ module.exports = function run(profile, argv) {
mdbvideos.init(answers, argv, function get(err, data, profile) {
- if (err !== null) { throw err; }
+ if (err !== null) { return console.log('i'.red + ' ' + err.stack + '.\n'); }
if (profile.preset.video[1] === videoPreference || argv.h) { return processList(data, profile); }