more consistent navigation control

This commit is contained in:
Matt Walsh 2020-09-09 14:29:03 -05:00
commit 9a09ccd1ea
6 changed files with 119 additions and 91 deletions

View file

@ -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;
}
}