Skip to content

Commit

Permalink
Support clock limit for Java backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi committed Dec 17, 2024
1 parent c3ba646 commit 94d09d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abs-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ Expects `abs-backend' to be bound to the desired backend."
(command (concat "java -cp gen:"
(expand-file-name abs-java-classpath)
" " module ".Main"
(when abs-clock-limit (format " -l %d " abs-clock-limit))
(when abs-local-port (format " -p %d " abs-local-port))
" &")))
(when (get-buffer buffer-name)
Expand Down

0 comments on commit 94d09d6

Please sign in to comment.