diff options
-rw-r--r-- | state.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ class State # Duplicate this class and bring the duplicate up with the given hold attached def fork(hold) + raise Consistency Fault, "Fork of live state" unless @status == :down new_one = self.clone new_one.instance_eval do @holds = Set.new [hold] |