diff options
author | Teddy Wing | 2021-02-08 19:47:23 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-08 19:47:23 +0100 |
commit | 0e5b812eaedbf72e76bb041ac7a1fbff769b3f25 (patch) | |
tree | e72d2783da9e9cc7c168b56858672b52ff58b401 /l/src/option.lisp | |
parent | 9b3a52ec8d6281afab935cdb599c9adae8e1258c (diff) | |
download | extreload-0e5b812eaedbf72e76bb041ac7a1fbff769b3f25.tar.bz2 |
Try reloading active tab after reloading all extensions
Trying to set up the reload on the active tab after all extensions are
reloaded. It's only working half the time and I can't figure out what
I'm doing wrong. Something wrong with the wait group I think.
Committing what I have and might try other ideas.
Diffstat (limited to 'l/src/option.lisp')
-rw-r--r-- | l/src/option.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/src/option.lisp b/l/src/option.lisp index 3dde8af..14553a0 100644 --- a/l/src/option.lisp +++ b/l/src/option.lisp @@ -44,4 +44,5 @@ (opts:exit 64)) (make-config :socket-url (getf options :socket-url) + :reload-current-tab (getf options :reload-current-tab) :extension-ids free-args))) |