diff options
Diffstat (limited to 'l')
| -rw-r--r-- | l/src/main.lisp | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/l/src/main.lisp b/l/src/main.lisp index 0695f20..3694f01 100644 --- a/l/src/main.lisp +++ b/l/src/main.lisp @@ -55,7 +55,7 @@        (let ((targets (extension-targets targets)))          (setf *extension-targets-count* (length targets)) -        (reload-extensions targets extension-ids))) +        (attach-extensions targets extension-ids)))      (if (target-attached-to-target-msg-p response)          (reload-extension (json-obj-get @@ -85,8 +85,7 @@                      (if (search "not available" s)                          nil))))) -;;; TODO: Rename to attach-extensions -(defun reload-extensions (targets extension-ids) +(defun attach-extensions (targets extension-ids)    (labels ((requested-extension-p (target)               (find-if                 #'(lambda (id) | 
