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
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.
The text was updated successfully, but these errors were encountered:
dfae18b
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: