mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
fix(bch-js): Updating to v4.5.2
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user