Skip to content

Commit

Permalink
Update packages/salesforcedx-utils-vscode/src/helpers/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mingxuan Zhang <[email protected]>
  • Loading branch information
peternhale and mingxuanzhangsfdx authored Feb 7, 2025
1 parent bbb919b commit 4d7da46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils-vscode/src/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ansiRegex = ({ onlyFirst = false } = {}): RegExp => {
};

/**
* Calculates the differences found between two sets
* Returns elements that are in setA but not in setB.
* @param setA
* @param setB
* @returns
Expand Down

0 comments on commit 4d7da46

Please sign in to comment.