samg / timetrap

Simple command line timetracker
http://rubygems.org/gems/timetrap
Other
1.48k stars 115 forks source link

raise Timer::AlreadyRunning for CLI.resume #135

Closed lieuwex closed 4 years ago

lieuwex commented 8 years ago

Previously, if you would resume when already running an entry, timetrap would first print that it's resuming your entry to error after that, this is nicer imo.

categulario commented 4 years ago

Hi @lieuwex, by now I think the behavior is different and it only prints "Timetrap is already running". But feel free to comment if you have further notes on this.