# File lib/vagrant-libvirt/action/wait_till_up.rb, line 97
        def recover(env)
          return if env['vagrant.error'].is_a?(Vagrant::Errors::VagrantError)

          # Undo the import
          terminate(env)
        end