Skip to content

Commit

Permalink
Merge 4b3eeeb into ba57ace
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Apr 16, 2019
2 parents ba57ace + 4b3eeeb commit 2e29065
Show file tree
Hide file tree
Showing 10 changed files with 1,129 additions and 694 deletions.
2 changes: 1 addition & 1 deletion lib/routes/install.js
@@ -1,5 +1,4 @@
'use strict';
/* eslint-disable promise/no-callback-in-promise */
const _ = require('lodash');
const async = require('async');
const chalk = require('chalk');
Expand Down Expand Up @@ -61,6 +60,7 @@ function searchMatchingGenerators(app, term, cb) {
}));
}, cb);
}

got('http://yeoman.io/blacklist.json', {json: true})
.then(response => handleBlacklist(response.body))
.catch(() => handleBlacklist([]));
Expand Down

0 comments on commit 2e29065

Please sign in to comment.