We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a568ce7 commit 6226b31Copy full SHA for 6226b31
2 files changed
lib/commands/post-install.ts
@@ -10,7 +10,7 @@ export class PostInstallCliCommand extends PostInstallCommand {
10
$doctorService: IDoctorService,
11
$analyticsService: IAnalyticsService,
12
$logger: ILogger) {
13
- super($fs, $staticConfig, $commandsService, $helpService, $settingsService, $doctorService, $analyticsService, $logger);
+ super($fs, $staticConfig, $commandsService, $helpService, $settingsService, $analyticsService, $logger);
14
}
15
16
public async execute(args: string[]): Promise<void> {
lib/common
0 commit comments