markdown-link-check
markdown-link-check copied to clipboard
Status: 500
I run markdown-link-check in CI, and for several weeks, I've been seeing output like this:
137 links checked.
[✖] https://github.com/trailofbits/dylint/commit/28f3691221bc22047b9bc6d7fcefa72b038adc10 → Status: 500
ERROR: 1 dead links found!
Then, recently, my colleague noticed this: https://github.com/tcort/markdown-link-check/blob/1a5a6750ea5dd5f3b7e5ab14a3b0e5b2a2434254/index.js#L125-L128
Is there a way to tell from the output whether the 500 is an actual internal server error, or was introduced by the above code?
Thanks for a great tool, BTW.