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

Patch Open Web Page action, some URL were not displayed #2991

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Mathis-Hu
Copy link
Contributor

see issue #2990

final URL example = getExampleURL(resource_name);
if (example != null)
{
try
{
example.openStream().close();
return true;
canOpenUrl = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change the handling of example:... URLs?

Copy link
Contributor Author

@Mathis-Hu Mathis-Hu Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using a flag for code coverage, but I can get back to original code if it's an issue

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.

2 participants