Merge "tools/playground: add missing semicolon."
diff --git a/tools/playground/pgbundle/index.js b/tools/playground/pgbundle/index.js
index 875a1c1..af60a98 100644
--- a/tools/playground/pgbundle/index.js
+++ b/tools/playground/pgbundle/index.js
@@ -106,7 +106,7 @@
     // Drop the index fields -- we don't need them anymore.
     out.files = _.map(out.files, function(f) {
       return _.omit(f, 'index');
-    })
+    });
 
     // Write the bundle.json.
     var outFile = path.resolve(dir, BUNDLE_NAME);