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
The current output from review::logSumary() prints output with the time specified to machine epsilon:
review::logSumary()
file origin revf headf revo heado reviewer time path/to/script path/to/script 0 100 0 100 anyone 2025-01-01 14:08:38.6864004135132 GMT
For the sake of concise console output, I suggest rounding time to the nearest second:
file origin revf headf revo heado reviewer time path/to/script path/to/script 0 100 0 100 anyone 2025-01-01 14:08:39 GMT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current output from
review::logSumary()
prints output with the time specified to machine epsilon:For the sake of concise console output, I suggest rounding time to the nearest second:
The text was updated successfully, but these errors were encountered: