Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(starup): handle promise rejected on bind failure (#1838) r=vladik…
Browse files Browse the repository at this point in the history
…off,seanmonstar
  • Loading branch information
jrgm authored and vladikoff committed Apr 18, 2017
1 parent 581b5d0 commit 7fd45e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/key_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ function main() {
})
}
})
.catch(process.exit.bind(null, 8))
}

if (require.main === module) {
Expand Down

0 comments on commit 7fd45e3

Please sign in to comment.