Skip to content

Commit c8e0e59

Browse files
committed
Clarify an error message
1 parent eb8aa80 commit c8e0e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeTracking.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function signatures_at(filename::AbstractString, line::Integer)
140140
end
141141
end
142142
end
143-
error("$filename not found, perhaps the package is not loaded")
143+
error("$filename not found in internal data, perhaps the package is not loaded (or not loaded with `includet`)")
144144
end
145145

146146
"""

0 commit comments

Comments
 (0)