Skip to content

Commit 6996c18

Browse files
IanButterworthKristofferC
authored andcommitted
add more info to manifest parsing error log
(cherry picked from commit 8afd1cb)
1 parent dd0b37b commit 6996c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function Manifest(raw::Dict, f_or_io::Union{String, IO})::Manifest
160160
deps = read_deps(get(info::Dict, "deps", nothing))
161161
catch
162162
# TODO: Should probably not unconditionally log something
163-
@error "Could not parse entry for `$name`"
163+
@error "Could not parse entry for `$name`" f_or_io
164164
rethrow()
165165
end
166166
entry.other = info::Union{Dict,Nothing}

0 commit comments

Comments
 (0)