From 8257c819036d5872bf2b670240b16fe96540c516 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 22 Nov 2018 09:01:18 -0800 Subject: [PATCH] missing arg --- pollen/private/command.rkt | 2 +- pollen/private/ts.rktd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen/private/command.rkt b/pollen/private/command.rkt index 1a00002..0084813 100644 --- a/pollen/private/command.rkt +++ b/pollen/private/command.rkt @@ -20,7 +20,7 @@ ;; todo: investigate this (module+ raco - (define command-name (with-handlers ([exn:fail? (λ () #f)]) + (define command-name (with-handlers ([exn:fail? (λ (exn) #f)]) (vector-ref (current-command-line-arguments) 0))) (dispatch command-name)) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index affe272..e1ddad5 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1542696684 +1542906078