Exception: Rake::InvokeInsideInvoke

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rake/parallel.rb

Overview

Error indicating Task#invoke was called inside Task#invoke during parallel execution.

Instance Method Summary collapse

Instance Method Details

#messageObject



126
127
128
# File 'lib/rake/parallel.rb', line 126

def message
  "Cannot call Task#invoke within a task during parallel execution."
end