From 6a67d03c1907528e44d55e464d1bfc4d927af4c6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 28 Apr 2020 20:54:10 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 0ee3417..76b9503 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -166,6 +166,8 @@ namespace AyaNova.PlugIn.V8 try { Map.Clear(); + //not sure if this is a good idea or not because in some cases would want to know if something is unexpectedly empty but will see for now + Map.Add(Guid.Empty, 0); /* TODO: