Exception: Rake::InvokeInsideInvoke
- Inherits:
-
StandardError
- Object
- StandardError
- Rake::InvokeInsideInvoke
- 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
#message ⇒ Object
126 127 128 |
# File 'lib/rake/parallel.rb', line 126 def "Cannot call Task#invoke within a task during parallel execution." end |