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 a179dd7 commit b02c6d7Copy full SHA for b02c6d7
lib/services/android-project-service.ts
@@ -217,7 +217,7 @@ class AndroidProjectService implements IPlatformProjectService {
217
218
private updateProjectReferences(projDir: string, libraryPath: string): void {
219
var refs = this.getProjectReferences(projDir);
220
- var maxIdx = refs.length > 0 ? _.max(refs, r => r.idx).idx : 0
+ var maxIdx = refs.length > 0 ? _.max(refs, r => r.idx).idx : 0;
221
222
var relLibDir = path.relative(projDir, libraryPath).split("\\").join("/");
223
0 commit comments