color retry message yellow
This commit is contained in:
parent
1f47b163e4
commit
b9e592ae2e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue