Commit 0ddd16f4238e194a83dc7a754d0338b1fad780ba
use progress bar all of the time
Ev Bogue committed on 3/6/2019, 4:19:29 PMParent: dc73441ff3f1ad53f7b3caeba32b3d4b9ac9d771
Files changed
bin.js | changed |
bin.js | |||
---|---|---|---|
@@ -90,10 +90,9 @@ | |||
90 | 90 … | // write RPC manifest to ~/.ssb/manifest.json | |
91 | 91 … | fs.writeFileSync(manifestFile, JSON.stringify(server.getManifest(), null, 2)) | |
92 | 92 … | ||
93 | 93 … | ||
94 | - if(process.stdout.isTTY && (config.logging.level != 'info')) | ||
95 | - ProgressBar(server.progress) | ||
94 … | + ProgressBar(server.progress) | ||
96 | 95 … | ||
97 | 96 … | } else { | |
98 | 97 … | ||
99 | 98 … | // normal command: |
Built with git-ssb-web