mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Clear OE node error message when populating children (#705)
This commit is contained in:
@@ -333,6 +333,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Nodes
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
ErrorMessage = null;
|
||||||
IEnumerable<ChildFactory> childFactories = context.GetObjectExplorerService().GetApplicableChildFactories(this);
|
IEnumerable<ChildFactory> childFactories = context.GetObjectExplorerService().GetApplicableChildFactories(this);
|
||||||
if (childFactories != null)
|
if (childFactories != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user