We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0647c commit e18db5bCopy full SHA for e18db5b
lib/services/livesync/ios-device-livesync-service.ts
@@ -79,7 +79,7 @@ class IOSLiveSyncService implements INativeScriptDeviceLiveSyncService {
79
}
80
81
if (await this.setupSocketIfNeeded(projectData.projectId)) {
82
- this.liveEdit(scriptFiles);
+ await this.liveEdit(scriptFiles);
83
await this.reloadPage(deviceAppData, otherFiles);
84
} else {
85
await this.restartApplication(deviceAppData, projectData.projectName);
0 commit comments