missing arg

pull/186/head
Matthew Butterick 6 years ago
parent e05d0e92c0
commit 8257c81903

@ -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))

@ -1 +1 @@
1542696684
1542906078

Loading…
Cancel
Save