diff options
author | Teddy Wing | 2023-11-14 21:32:45 +0100 |
---|---|---|
committer | Teddy Wing | 2023-11-14 21:32:45 +0100 |
commit | c6cffd186acc83b8a616f5137997a74ab6aac143 (patch) | |
tree | f55150dbe1f16cd8ddb765e94f60630e73f1b3d5 /internal | |
parent | e10808597321ca440d5b8d6616cbb0e802c6825b (diff) | |
download | swextreload-c6cffd186acc83b8a616f5137997a74ab6aac143.tar.bz2 |
swextreload: Add note for multiple extension handling
Diffstat (limited to 'internal')
-rw-r--r-- | internal/swextreload.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/swextreload.go b/internal/swextreload.go index 7a2ba0b..97626db 100644 --- a/internal/swextreload.go +++ b/internal/swextreload.go @@ -37,6 +37,10 @@ func Reload( if err != nil { return err } + + // TODO: Do the reload of the current page after reloading all + // extensions. The current system doesn't work well with multiple + // extensions. } return nil |