From 43e555020334fa508bdc4e47ad939fc4f4a2fc12 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 11 Jan 2022 10:23:24 -0800 Subject: [PATCH] Store the destination type so we can see it in the logs --- plugins/commands/serve/mappers.rb | 1 + 1 file changed, 1 insertion(+) 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})")