mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 01:25:44 -05:00
binding queue should not throw excpetion if fails to connect (#542)
This commit is contained in:
@@ -316,6 +316,7 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery.RestoreOperation
|
||||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
Logger.Write(LogLevel.Normal, $"Failed to execute restore task. error: {ex.Message}");
|
||||
throw ex;
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user