Skip to content

Commit

Permalink
fix failing checks
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Fedotov <vfl@ispras.ru>
  • Loading branch information
vnfedotov committed Mar 16, 2021
1 parent 7fcd15e commit 89b84e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/task/src/browser/task-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ export class TaskService implements TaskConfigurationClient {
customization: { ...customizationObject, ...{ problemMatcher: resolvedMatchers } }
};
}

const runningTasksInfo: TaskInfo[] = await this.getRunningTasks();

// check if the task is active
Expand Down

0 comments on commit 89b84e2

Please sign in to comment.