Skip to content

Commit

Permalink
Translate logical pathnames when reporting errors (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar authored Jul 7, 2022
1 parent 89fff94 commit 3180921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slynk-asdf.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ already knows."
(if (and (eq (car location) :error)
*current-source-file*)
(slynk-backend:make-location
`(:file ,(namestring (asdf:component-pathname *current-source-file*)))
`(:file ,(namestring (translate-logical-pathname (asdf:component-pathname *current-source-file*))))
`(:position 0))
location))

Expand Down

0 comments on commit 3180921

Please sign in to comment.