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

Browser log output should be on the same line as prefix #297

Closed
bitwiseman opened this issue Jan 14, 2013 · 0 comments
Closed

Browser log output should be on the same line as prefix #297

bitwiseman opened this issue Jan 14, 2013 · 0 comments

Comments

@bitwiseman
Copy link
Contributor

Currently, the progress reporter shows browser log output like this:
Chrome 24.0 (Mac) LOG:
'[resetTestFrame] Resetting... '
Chrome 24.0 (Mac) LOG:
'[resetTestFrame] Setting Url... /jstarget/example_async_test.htm'

Better would be:
Chrome 24.0 (Mac) LOG: '[resetTestFrame] Resetting... '
Chrome 24.0 (Mac) LOG: '[resetTestFrame] Setting Url... /jstarget/example_async_test.htm'

It is easy for callers who want the leading newline to add it themselves.

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

No branches or pull requests

2 participants