Added pool.start() so log event can be hooked in time for initialization

This commit is contained in:
Matthew Little 2014-01-16 12:27:40 -07:00
parent 02fa67febe
commit 73e8ffad2f

View File

@ -65,6 +65,7 @@ fs.readdirSync('coins').forEach(function(file){
logError(coinOptions.name, logKey, logText); logError(coinOptions.name, logKey, logText);
} }
}); });
pool.start();
}); });