Skip to content

Commit

Permalink
some more fixes to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipe12 committed Apr 14, 2017
1 parent d60fed1 commit 63f26d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bionode-ncbi.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ function download (db) {
log.speed = 'NA'
log.size = Math.round(stat.size / 1024 / 1024) + ' MB'
self.push(log)
console.log('\nFile saved at '+ path)
console.log('\nFile saved at ' + path)
next()
}
})
if (opts.pretty !== true){
if (opts.pretty !== true) {
dld.on('progress', logging)
}
}
Expand Down

0 comments on commit 63f26d5

Please sign in to comment.