Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Not exiting when bugzilla bombs... it seems to like to timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwex committed Jun 22, 2012
1 parent 2e46821 commit ef58b5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/feeds/bugzilla.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function getUsers(callback){
mysql.query('SELECT id, email FROM users ORDER BY id DESC', function(err, result){
if (err){
logger.error("Error retrieving users for bugzilla: " + err);
process.exit();
}
for (var i in result){

Expand Down

0 comments on commit ef58b5c

Please sign in to comment.