From f86e4256a15261ab5bda8544495fab5d0b406be0 Mon Sep 17 00:00:00 2001
From: psychobunny <psycho.bunny@hotmail.com>
Date: Mon, 29 Sep 2014 16:58:23 -0400
Subject: [PATCH] semicolon

---
 app.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app.js b/app.js
index 6ccc6098f6..46323d07fd 100644
--- a/app.js
+++ b/app.js
@@ -169,7 +169,8 @@ function start() {
 								winston.info('[cluster] Client-side javascript and mapping propagated to worker ' + cluster.worker.id);
 							break;
 						}
-					})
+					});
+					
 					process.on('uncaughtException', function(err) {
 						winston.error(err.message);
 						console.log(err.stack);