Fixed code styling

This commit is contained in:
NGPixel
2017-03-04 11:45:25 -05:00
parent f3eb7cc5b6
commit aa507565c4
4 changed files with 1 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ module.exports = function (siOptions) {
siUtil.close = function (callback) {
siOptions.indexes.close(function (err) {
while (!siOptions.indexes.isClosed()) {
//log not always working here- investigate
// log not always working here- investigate
if (siOptions.log) siOptions.log.info('closing...')
}
if (siOptions.indexes.isClosed()) {