Skip to content

Commit acb948c

Browse files
committed
Write a slightly better error message
1 parent 4a2ffb6 commit acb948c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inf-elixir.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Jonathan Arnett <[email protected]>
66
;; URL: https://github.com/J3RN/inf-elixir
77
;; Keywords: languages, processes, tools
8-
;; Version: 2.1.1
8+
;; Version: 2.1.2
99
;; Package-Requires: ((emacs "25.1"))
1010

1111
;; This file is NOT part of GNU Emacs.
@@ -220,7 +220,7 @@ be prompted for the REPL command. The default is provided by
220220
(current-prefix-arg (read-from-minibuffer "Project command: " inf-elixir-project-command nil nil 'inf-elixir-project))
221221
(t inf-elixir-project-command))))
222222
(inf-elixir-run-cmd default-directory cmd))
223-
(message "Could not find project root!")))
223+
(message "Could not find project root! Try `inf-elixir' instead.")))
224224

225225
(defun inf-elixir-send-line ()
226226
"Send the region to the REPL buffer and run it."

0 commit comments

Comments
 (0)