more consistent navigation control
This commit is contained in:
parent
1f688318b5
commit
9a09ccd1ea
6 changed files with 119 additions and 91 deletions
|
|
@ -100,6 +100,7 @@ class LocalForecast extends WeatherDisplay {
|
|||
} catch (e) {
|
||||
console.error(`GetWeatherForecast failed: ${weatherParameters.forecast}`);
|
||||
console.error(e);
|
||||
this.setStatus(STATUS.failed);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue