Skip to content

Commit

Permalink
Run Java model asynchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi committed Jul 5, 2023
1 parent cf3b8e1 commit bf21971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abs-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ backend."
(buffer-name (concat "*abs java " module "*"))
(command (concat "java -cp gen:"
(expand-file-name abs-java-classpath)
" " module ".Main")))
" " module ".Main &")))
(when (get-buffer buffer-name)
(kill-buffer (get-buffer buffer-name)))
(let ((buffer (get-buffer-create buffer-name)))
Expand Down

0 comments on commit bf21971

Please sign in to comment.