Skip to content

Commit

Permalink
start: Change return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Feb 13, 2023
1 parent a8ffef7 commit 4c9b8f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/start.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ Examples:
(t
(with-protect ("Error: ~a" :condition)
(start-browser urls))))
(unless *run-from-repl-p* (uiop:quit))))
(unless *run-from-repl-p* (uiop:quit)))
*browser*)

(defun load-or-eval (&key remote)
(when remote
Expand Down

0 comments on commit 4c9b8f5

Please sign in to comment.