Compare commits
2 Commits
3eb745c483
...
41959d0962
Author | SHA1 | Date | |
---|---|---|---|
|
41959d0962 | ||
|
3acc1fb5e3 |
@ -15,6 +15,7 @@
|
||||
"dependencies": {
|
||||
"b4a": "^1.6.1",
|
||||
"blessed": "^0.1.81",
|
||||
"circular-json": "^0.5.9",
|
||||
"graceful-goodbye": "^1.2.0",
|
||||
"hypercore-crypto": "^3.3.0",
|
||||
"hyperswarm": "^4.3.5",
|
||||
|
@ -119,7 +119,7 @@ const sidebarBox = blessed.box({
|
||||
}
|
||||
});
|
||||
|
||||
sidebarBox.setLabel("Connected Peers: (Currently None)")
|
||||
sidebarBox.setLabel("Peers since connection: 0")
|
||||
|
||||
|
||||
const originalLog = console.log;
|
||||
|
Loading…
Reference in New Issue
Block a user