Archived
Catch Request/Event handler errors at dispatcher level (#1610)
* Catch Request/Event handler errors at dispatcher level * Fix tests * Use Exception overload of SendError * Fix tests
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.Scripting
|
||||
|
||||
var scriptingParams = new ScriptingParams
|
||||
{
|
||||
OwnerUri = ConnectionService.BuildConnectionString(result.ConnectionInfo.ConnectionDetails)
|
||||
OwnerUri = result.ScriptFile.ClientUri
|
||||
};
|
||||
if (isSelectScript)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user