hdoc-tools 0.24.0 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-validate.js +1 -1
- package/package.json +1 -1
package/hdoc-validate.js
CHANGED
@@ -516,7 +516,7 @@ const e = require("express");
|
|
516
516
|
`Link is a valid external URL: ${links[i]}`,
|
517
517
|
);
|
518
518
|
} catch (e) {
|
519
|
-
const error_message = processErrorMessage(`External link is not responding: ${links[i]}
|
519
|
+
const error_message = processErrorMessage(`External link is not responding: ${links[i]}`, markdown_path, markdown_content, links[i]);
|
520
520
|
errors[htmlFile.relativePath].push(error_message);
|
521
521
|
}
|
522
522
|
}
|