Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tasklog: use helper method to determine if file is a TTY
We already have a helper method to determine if a file is a TTY. In a future commit, we'll modify the definition of what constitutes a TTY, so refactor the code to always use the helper method so that we need only update one place.
- Loading branch information