Adding more continuewithonfaulted handlers (#507)

This commit is contained in:
Benjamin Russell
2017-10-20 11:31:31 -07:00
committed by GitHub
parent d222af7824
commit 605f5e9f7b
3 changed files with 15 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ using Microsoft.SqlTools.ServiceLayer.Connection.ReliableConnection;
using Microsoft.SqlTools.ServiceLayer.LanguageServices;
using Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts;
using Microsoft.SqlServer.Management.Common;
using Microsoft.SqlTools.ServiceLayer.Utility;
using Microsoft.SqlTools.Utility;
namespace Microsoft.SqlTools.ServiceLayer.Connection
@@ -960,7 +961,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection
};
await ServiceHost.SendEvent(ConnectionCompleteNotification.Type, result);
}
});
}).ContinueWithOnFaulted(null);
}
/// <summary>