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.
tns doctor
1 parent 678f098 commit 0f6fcc3Copy full SHA for 0f6fcc3
lib/services/doctor-service.ts
@@ -34,12 +34,11 @@ class DoctorService implements IDoctorService {
34
await this.$analyticsService.track("DoctorEnvironmentSetup", hasWarnings ? "incorrect" : "correct");
35
}
36
37
- this.printInfosCore(infos);
38
-
39
if (hasWarnings) {
40
this.$logger.info("There seem to be issues with your configuration.");
41
} else {
42
this.$logger.out("No issues were detected.".bold);
+ this.printInfosCore(infos);
43
44
45
try {
0 commit comments