mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Wrong log snippet in Wikipages #24

Closed duraki closed 5 years ago

duraki commented 6 years ago

Reading logs paragraph on Wiki for this library and saw an error in the snippet code:

Should be: (replaced puts with log)

class PutsJob < Mosquito::QueuedJob
  def perform
    log "ohai background job"
  end
end
robacarp commented 5 years ago

Thanks @duraki, I've updated the wiki!