Add missing parens

This commit is contained in:
Kevin Sawicki
2013-10-26 15:07:20 -07:00
parent f500e2e9fc
commit e009ff6c59

View File

@@ -37,4 +37,4 @@ cp.safeExec.bind(global, 'node script/bootstrap', function(error) {
], function(error) {
process.exit(error ? 1 : 0);
});
});
})();