lint cleanup

This commit is contained in:
Josh Harvey 2014-11-20 23:06:14 -05:00
parent e12238c4fe
commit 2c756e231a
8 changed files with 20 additions and 21 deletions

View file

@ -21,7 +21,7 @@ var STALE_BALANCE = 180000;
var cartridges = null;
try {
cartridges = JSON.parse(fs.readFileSync('./cartridges.json'));
} catch(ex) {
} catch (ex) {
logger.warn('No cartridges.json file found: ' + ex.message);
}