We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It always retunr with exit code 1 while there is no error.. I have added these two console log lines:
linkCheck(link, opts, function (err, result) { console.log("err: " + err) console.log("result: " + result)
give the following output:
err: null LinkCheckResult { link: '../Developer-Guides/Observability.md#getting-access-to-bifrost', statusCode: 200, err: null, status: 'alive' }
So the err object is null, but the exit code is still 1. If I comment out the last callback call around line 211 it returns with code 0
The text was updated successfully, but these errors were encountered:
Could be related to #369. I am observing the same issue that the check always fails. Last version for me that worked was 3.12.2
3.12.2
Sorry, something went wrong.
No branches or pull requests
It always retunr with exit code 1 while there is no error.. I have added these two console log lines:
give the following output:
So the err object is null, but the exit code is still 1.
If I comment out the last callback call around line 211 it returns with code 0
The text was updated successfully, but these errors were encountered: