Skip to content

Commit

Permalink
resolve warning issues
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Qun committed Dec 16, 2024
1 parent d6b5e6f commit 21369c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rush-plugins/rush-dep-graph-plugin/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ListGraph {
private readonly _filter?: string;
private readonly _visited: Set<string>;

constructor(selector: Selector, projectName: string, filter?: string) {
public constructor(selector: Selector, projectName: string, filter?: string) {
this._terminal = new Terminal(new ConsoleTerminalProvider());
this._rushConfiguration = RushConfiguration.loadFromDefaultLocation();
this._selector = selector;
Expand Down

0 comments on commit 21369c4

Please sign in to comment.