Clear OE node error message when populating children (#705)

This commit is contained in:
Matt Irvine
2018-10-08 11:09:17 -07:00
committed by GitHub
parent f45155aa4a
commit acf7634425

View File

@@ -333,6 +333,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Nodes
try
{
ErrorMessage = null;
IEnumerable<ChildFactory> childFactories = context.GetObjectExplorerService().GetApplicableChildFactories(this);
if (childFactories != null)
{