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 3902257 commit a630c15Copy full SHA for a630c15
lib/services/doctor-service.ts
@@ -147,7 +147,7 @@ export class DoctorService implements IDoctorService {
147
"platformEnvironmentRequirements"
148
)
149
.checkEnvironmentRequirements({
150
- platform: null,
+ platform: configOptions.platform,
151
projectDir: configOptions.projectDir,
152
runtimeVersion: configOptions.runtimeVersion,
153
options: configOptions.options,
0 commit comments