소스 검색

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