mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
Fix CancelMultipleBackup test failure (#399)
* Fix cancelMultipleBackup test failure Please enter the commit message for your changes. Lines starting * Add semaphore to backup stub operation * remove spaces
This commit is contained in:
@@ -166,7 +166,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TaskServices
|
||||
{
|
||||
tasks.TryGetValue(taskId, out taskToCancel);
|
||||
}
|
||||
if(taskToCancel != null)
|
||||
if (taskToCancel != null)
|
||||
{
|
||||
taskToCancel.Cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user