We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4335ba4 commit be52796Copy full SHA for be52796
lib/forever/base.rb
@@ -13,8 +13,6 @@ def initialize(options={}, &block)
13
14
instance_eval(&block)
15
16
- raise 'No jobs defined!' if jobs.empty?
17
-
18
# Setup directories
19
Dir.chdir(dir)
20
Dir.mkdir(tmp) unless File.exist?(tmp)
0 commit comments