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

har: fix title and address filling #281

Merged
merged 3 commits into from
Apr 9, 2014
Merged

har: fix title and address filling #281

merged 3 commits into from
Apr 9, 2014

Conversation

william-p
Copy link
Contributor

Sorry, i think that this bug is present in v1.0 :(

@william-p william-p changed the title fix title and address filling har: fix title and address filling Apr 8, 2014
page.address = page.origin.url;
page.title = page.origin.title;

phantomas.log('Create HAR:', page.address, page.title);
Copy link
Owner

Choose a reason for hiding this comment

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

printf format is supported by phantomas.log:

phantomas.log('Create HAR: %s ("%s")', page.address, page.title);

@macbre
Copy link
Owner

macbre commented Apr 8, 2014

Good catch (left one inline comment)

@macbre macbre added this to the v1.1 milestone Apr 8, 2014
@macbre macbre added the bug label Apr 8, 2014
@william-p
Copy link
Contributor Author

It's true, i had forgotten ^^

@macbre
Copy link
Owner

macbre commented Apr 9, 2014

Merging, thanks for the fix!

macbre added a commit that referenced this pull request Apr 9, 2014
har: fix title and address filling
@macbre macbre merged commit deb8da3 into macbre:devel Apr 9, 2014
@william-p william-p deleted the har_fixes branch April 9, 2014 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants