Skip to content

Commit

Permalink
Version 2.1.7 - Improved Flux update error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
transilvlad committed Apr 18, 2021
1 parent 21583d8 commit 33eec8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions source/FluxUpdate.gs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ function updateFlux(ui) {

return;
}

ui.alert('Failed to fetch data!');
return;
}

ui.alert('Invalid configuration!');
Expand Down

0 comments on commit 33eec8e

Please sign in to comment.