hide playerui before displaying the error message

Esse commit está contido em:
Simon Kusterer
2015-02-20 23:21:18 +01:00
commit 4d51ab4161
+1
Ver Arquivo
@@ -84,6 +84,7 @@ var last = function(fn, l) {
var ctrl = function(err, p, ctx) {
if (err) {
ui.hide();
debug('player error: %o', err);
console.log(chalk.red(err));
process.exit();