mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 06:54:58 +00:00
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…
x
Reference in New Issue
Block a user