Skip to content

Commit 7cc3f75

Browse files
author
Dimitar Kerezov
committed
Fix PR comments Mk I
1 parent e0ce101 commit 7cc3f75

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/services/livesync/livesync-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class LiveSyncService implements ILiveSyncService {
3737
platform = this.$devicesService.getDeviceByIdentifier(this.$options.device).deviceInfo.platform;
3838
liveSyncData.push(await this.prepareLiveSyncData(platform, projectData));
3939
} else {
40-
await this.$devicesService.initialize({ skipInferPlatform: true });
40+
await this.$devicesService.initialize({ skipInferPlatform: true, skipDeviceDetectionInterval: true });
4141

4242
for (let installedPlatform of this.$platformService.getInstalledPlatforms(projectData)) {
4343
if (this.$devicesService.getDevicesForPlatform(installedPlatform).length === 0) {

lib/services/local-build-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// import { exported } from "../common/decorators";
21
import { EventEmitter } from "events";
32
import { BUILD_OUTPUT_EVENT_NAME } from "../constants";
43

0 commit comments

Comments
 (0)