From 33eec8e577c492d3af907668d3153fad7c9f7202 Mon Sep 17 00:00:00 2001 From: Vlad Marian Date: Sun, 18 Apr 2021 17:05:54 +0100 Subject: [PATCH] Version 2.1.7 - Improved Flux update error messages. --- README.md | 3 ++- source/FluxUpdate.gs | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 103bb19..ec4eb9e 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,9 @@ _Please do keep in mind at this point there are a lot of differences between thi - Added flux interval choice between daily and hourly. - Added flux volume. -- Version 2.1.6 +- Version 2.1.6-7 - Made Flux multi-sheet by using active sheet. + - Improved Flux update error messages. ## Planned updates diff --git a/source/FluxUpdate.gs b/source/FluxUpdate.gs index c3c6527..dd211b6 100644 --- a/source/FluxUpdate.gs +++ b/source/FluxUpdate.gs @@ -41,6 +41,9 @@ function updateFlux(ui) { return; } + + ui.alert('Failed to fetch data!'); + return; } ui.alert('Invalid configuration!');