We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d33d2 commit f17c5a6Copy full SHA for f17c5a6
lib/services/platform-service.ts
@@ -38,7 +38,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
38
private $npm: INodePackageManager,
39
private $devicePlatformsConstants: Mobile.IDevicePlatformsConstants,
40
private $deviceAppDataFactory: Mobile.IDeviceAppDataFactory,
41
- private $projectChangesService: IProjectChangesService,
+ private $projectChangesService: IProjectChangesService,
42
private $analyticsService: IAnalyticsService) {
43
super();
44
}
0 commit comments