Skip to content

Commit

Permalink
Merge pull request #172495 from mikemikhaylov/fixing-jsdoc-in-abstrac…
Browse files Browse the repository at this point in the history
…t-task-service

Fixes JSDoc for _splitPerGroupType in abstractTaskService
  • Loading branch information
meganrogge authored May 10, 2023
2 parents 996418d + 9fc8de4 commit efb49cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,6 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
/**
*
* @param tasks - The tasks which need filtering from defaults and non-defaults
* @param defaultType - If there are globs want globs in the default list, otherwise only tasks with true
* @param taskGlobsInList - This tells splitPerGroupType to filter out globbed tasks (into default), otherwise fall back to boolean
* @returns
*/
Expand Down

0 comments on commit efb49cc

Please sign in to comment.