瀏覽代碼

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...'