mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-27 03:09:02 +02:00
Period#next should return today time if it is first run and not too late
This commit is contained in:
@@ -56,7 +56,7 @@ module Crono
|
||||
|
||||
logger.info "Jobs:"
|
||||
Crono.scheduler.jobs.each do |job|
|
||||
logger.info job.description
|
||||
logger.info %{"#{job.performer}" with rule "#{job.period.description}" next time will perform at #{job.next}}
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user