diff --git a/plugins/commands/serve/mappers.rb b/plugins/commands/serve/mappers.rb index 9eb81c391..89ecc1d7f 100644 --- a/plugins/commands/serve/mappers.rb +++ b/plugins/commands/serve/mappers.rb @@ -190,6 +190,7 @@ module VagrantPlugins input_values: args, ) result = m_graph.execute + to = out break rescue => err logger.debug("typeless mapping failure (non-critical): #{err} (input - #{value.class} / output #{out})")