Преглед изворни кода

Load huginn_scheduler first before each thread starts to auto-load files.

This should fix #501.
Akinori MUSHA пре 10 година
родитељ
комит
1245a1ec9f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      bin/threaded.rb

+ 1 - 0
bin/threaded.rb

@@ -1,4 +1,5 @@
 require 'thread'
+require 'huginn_scheduler'
 
 def stop
   puts 'Exiting...'