Skip to content
New issue

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

Comment dead url/ parser #1421

Merged

Conversation

gamebeaker
Copy link
Collaborator

Related to #1414
If a link is broken it is commented with
//dead url
parserFactory.register("dead.url", () => new deadparser() );
If all links in a parser are broken the first broken comment is
//dead url/ parser
parserFactory.register("dead.url", () => new deadparser() );
//dead url
parserFactory.register("dead.url", () => new deadparser() );
...

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
@gamebeaker gamebeaker merged commit 35c4bb7 into dteviot:ExperimentalTabMode Aug 11, 2024
1 check passed
@gamebeaker gamebeaker deleted the comment-broken-links branch August 12, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant