Skip to content

Commit 369711c

Browse files
committed
Change error log.
1 parent 31dd31d commit 369711c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivy-file-preview.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ POS can either be an integer or cons cell represent line number and columns."
148148
(ivy-file-preview--goto-line (car pos))
149149
(move-to-column (cdr pos)))
150150
((integerp pos) (goto-char (1+ pos)))
151-
(t (error "Undefined position details: %s" pos))))
151+
(t (error "Invalid position details: %s" pos))))
152152

153153
(defun ivy-file-preview--do-preview (project-dir fn pos)
154154
"Do file preview execution.

0 commit comments

Comments
 (0)