Skip to content

Commit

Permalink
return on error
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 14, 2012
1 parent e3f3694 commit 5b1d299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.js/imports.js
Expand Up @@ -102,6 +102,7 @@ exports.importUserList = function(auth, callback) {
info.push('No new data to import');
}
callback(success, info, errors);
return;
}
};
}
Expand Down

0 comments on commit 5b1d299

Please sign in to comment.