Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code: only call Date.parse(val) once
If it's going to create a problem preventing the debug call then it'll create the problem even when it's the last arg to debug. So, might as well do it once, first, and then use that result in the debug call. Credit: @elidoran Reviewed-By: @othiym23 PR-URL: #76
- Loading branch information