Skip to content

Commit d2374f0

Browse files
committed
Fix missing comma in var block.
1 parent 0759498 commit d2374f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ function correctForFrameworksPath(file, project) {
718718
}
719719

720720
function searchPathForFile(file, proj) {
721-
var plugins = proj.pbxGroupByName('Plugins')
721+
var plugins = proj.pbxGroupByName('Plugins'),
722722
pluginsPath = plugins ? plugins.path : null,
723723
fileDir = path.dirname(file.path);
724724

0 commit comments

Comments
 (0)