Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 11, 2024
1 parent f2c9a6c commit 5dcfa60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ function main(package)
-- failed
if not package:requireinfo().optional then
if os.isfile(errorfile) then
if errors and option.get("diagnosis") then
if errors then -- and option.get("diagnosis") then
print(tostring(errors))
else
if errors then
Expand Down

0 comments on commit 5dcfa60

Please sign in to comment.