diff options
-rw-r--r-- | src/main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lisp b/src/main.lisp index 4a0c2d1..76d0df9 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -508,7 +508,7 @@ started, this will allow remote live debugging of the system. (defun newest-oneliners (&optional limit) (bt:with-lock-held (*newest-queue-lock*) - (qb-look *newest-queue*))) + (qb-look *newest-queue* :limit limit :reversep t))) (defun flagged-oneliners (&optional limit) (loop |