fix(bch-js): Updating to v4.5.2

This commit is contained in:
Chris Troutner
2021-01-07 13:26:38 -08:00
parent 23d66da792
commit 9450c3969b
5 changed files with 3123 additions and 4618 deletions
+2 -2
View File
@@ -262,11 +262,11 @@ function onError (error) {
case 'EACCES':
console.error(`${bind} requires elevated privileges`)
process.exit(1)
break
// break
case 'EADDRINUSE':
console.error(`${bind} is already in use`)
process.exit(1)
break
// break
default:
throw error
}