git ssb

2+

ev / minsbot



Commit dc73441ff3f1ad53f7b3caeba32b3d4b9ac9d771

bring back the progress bar

Ev Bogue committed on 2/23/2019, 2:31:39 AM
Parent: d5c6f9521130fcae13928a86e3f39d88e2586342

Files changed

bin.jschanged
bin.jsView
@@ -89,8 +89,12 @@
8989
9090 // write RPC manifest to ~/.ssb/manifest.json
9191 fs.writeFileSync(manifestFile, JSON.stringify(server.getManifest(), null, 2))
9292
93 +
94 + if(process.stdout.isTTY && (config.logging.level != 'info'))
95 + ProgressBar(server.progress)
96 +
9397 } else {
9498
9599 // normal command:
96100 // create a client connection to the server

Built with git-ssb-web