color retry message yellow

This commit is contained in:
Michael Bradley, Jr 2018-10-11 12:17:27 -05:00 committed by Pascal Precht
parent 1f47b163e4
commit b9e592ae2e
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class TemplateGenerator {
} catch (err) { } catch (err) {
let {url_fallback, filePath_fallback, browse_fallback} = ext; let {url_fallback, filePath_fallback, browse_fallback} = ext;
if (url_fallback) { if (url_fallback) {
console.log(__('Retrying with the master branch...').green); console.log(__('Retrying with the master branch...').yellow);
tmpFilePath = fs.tmpDir(filePath_fallback); tmpFilePath = fs.tmpDir(filePath_fallback);
await this.download(url_fallback, tmpFilePath, browse_fallback); await this.download(url_fallback, tmpFilePath, browse_fallback);
} else { } else {