Skip to content

Commit be52796

Browse files
committed
Fix #10.
1 parent 4335ba4 commit be52796

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/forever/base.rb

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ def initialize(options={}, &block)
1313

1414
instance_eval(&block)
1515

16-
raise 'No jobs defined!' if jobs.empty?
17-
1816
# Setup directories
1917
Dir.chdir(dir)
2018
Dir.mkdir(tmp) unless File.exist?(tmp)

0 commit comments

Comments
 (0)