Skip to content

Commit

Permalink
Disable CL debugger in clackup.ros.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed May 23, 2018
1 parent 4dde732 commit ac7f785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roswell/clackup.ros
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ Options:
--port
Binds to a TCP port. Defaults to 5000.
--debug
Debug flag. The default is T.
--use-default-middlewares
A flag if use default middlewares. The default is T.
Specify NIL for preventing from loading those middlewares.
Expand Down Expand Up @@ -151,4 +148,7 @@ Options:
;; Disable threads
(setf (getf key-args :use-thread) nil)

;; Disable debugger
(setf (getf key-args :debug) nil)

(apply (intern (string :clackup) :clack) app-file key-args)))

0 comments on commit ac7f785

Please sign in to comment.