showFailure: function showFailure(reason) {
        var description = this.getErrorDescription(reason);
        if (description.title) {    // if we can't give more info, simply don't show anything
            this.animator.log('✘ ', 'warn', description.title, 'warn', process.stderr);
            this.animator.log('', 'debug', description.help, 'debug', process.stderr);