Skip to content

Commit

Permalink
fix tslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiazhaoya committed Aug 26, 2019
1 parent 8c515dd commit f627aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rush-lib/src/cli/actions/ChangeAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class ChangeAction extends BaseRushAction {
private _findRushPathDiff(changedFolders: Array<string | undefined>,
project: RushConfigurationProject): string {
const normalizedFolder: string = project.projectRelativeFolder;
let rushPathDiff: string = '';
const rushPathDiff: string = '';
for (const folder of changedFolders) {
if (folder !== undefined) {
const splitted: Array<string> = folder.split(path.sep);
Expand Down

0 comments on commit f627aa1

Please sign in to comment.