mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
return in the catch branch so the control flow is more clear
This commit is contained in:
parent
b9e592ae2e
commit
0f6e84bca3
@ -64,7 +64,7 @@ class TemplateGenerator {
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
this.downloadFailed();
|
||||
return this.downloadFailed();
|
||||
}
|
||||
utils.extractZip(tmpFilePath, fspath, {
|
||||
map: file => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user