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

This should fix #501.

Akinori MUSHA лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
1245a1ec9f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      bin/threaded.rb

+ 1 - 0
bin/threaded.rb

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