Skip to content

Commit e5ebad0

Browse files
committed
Fix error when printing environment verification message
1 parent 3902257 commit e5ebad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/doctor-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class DoctorService implements IDoctorService {
147147
"platformEnvironmentRequirements"
148148
)
149149
.checkEnvironmentRequirements({
150-
platform: null,
150+
platform: configOptions.platform,
151151
projectDir: configOptions.projectDir,
152152
runtimeVersion: configOptions.runtimeVersion,
153153
options: configOptions.options,

0 commit comments

Comments
 (0)