Skip to content

Commit

Permalink
fix: more informative error log
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Jul 19, 2024
1 parent 985a801 commit d02d8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/codemeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
)

if (inherits(info, "try-error")) {
print(info)
print(toupper(pkg))
return(old_entry)
}
Expand Down

0 comments on commit d02d8aa

Please sign in to comment.