git ssb

2+

ev / minsbot



Commit 0ddd16f4238e194a83dc7a754d0338b1fad780ba

use progress bar all of the time

Ev Bogue committed on 3/6/2019, 4:19:29 PM
Parent: dc73441ff3f1ad53f7b3caeba32b3d4b9ac9d771

Files changed

bin.jschanged
bin.jsView
@@ -90,10 +90,9 @@
9090 // write RPC manifest to ~/.ssb/manifest.json
9191 fs.writeFileSync(manifestFile, JSON.stringify(server.getManifest(), null, 2))
9292
9393
94- if(process.stdout.isTTY && (config.logging.level != 'info'))
95- ProgressBar(server.progress)
94 + ProgressBar(server.progress)
9695
9796 } else {
9897
9998 // normal command:

Built with git-ssb-web