diff options
author | Ruben Pollan <meskio@sindominio.net> | 2021-03-28 18:43:21 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
commit | ed529ab770ae4dc6dd79bbf819f8cf1b2dfb809b (patch) | |
tree | 05d1a0f2dfa8f49a318881cec9b8238135e5e003 /pkg/backend/init.go | |
parent | e35d36c90bea73e77975a300ae1f5dc897d74262 (diff) |
Get the list of locations as soon as possible
Diffstat (limited to 'pkg/backend/init.go')
-rw-r--r-- | pkg/backend/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/backend/init.go b/pkg/backend/init.go index 7d7a534..f82c5dc 100644 --- a/pkg/backend/init.go +++ b/pkg/backend/init.go @@ -34,6 +34,7 @@ func initializeContext(opts *InitOpts) { go trigger(OnStatusChanged) go checkErrors(errCh) initializeBitmask(errCh, opts) + go trigger(OnStatusChanged) } func checkErrors(errCh chan string) { |