Skip to content

Commit

Permalink
Trigger session restore on startup-done to ensure packages are present
Browse files Browse the repository at this point in the history
for the session restore
  • Loading branch information
Shinmera committed Dec 28, 2023
1 parent 1bb61f6 commit 95293ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-simple-sessions/session.lisp
Expand Up @@ -180,7 +180,7 @@
(ignore-errors (bt:join-thread (car *prune-thread*)))))
(setf *prune-thread* NIL))

(define-trigger radiance:startup ()
(define-trigger radiance:startup-done ()
(unless *prune-thread*
(handler-case (session::restore)
(error (e)
Expand Down

0 comments on commit 95293ca

Please sign in to comment.