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: