mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Revert d2953f602e
This commit is contained in:
@@ -525,13 +525,10 @@ exports.verify_offer_not_found = verify_offer_not_found;
|
||||
exports.verify_owner_count = verify_owner_count;
|
||||
exports.verify_owner_counts = verify_owner_counts;
|
||||
|
||||
// ND: perhaps `exit` is more suitable, else when using suite(Setup|Teardown)
|
||||
// with build_setup we could hang.
|
||||
process.on('exit', function() {
|
||||
// process.on('uncaughtException', function() {
|
||||
process.on('uncaughtException', function() {
|
||||
Object.keys(server).forEach(function(host) {
|
||||
server[host].stop();
|
||||
});
|
||||
});
|
||||
|
||||
// vim:sw=2:sts=2:ts=8:et
|
||||
// vim:sw=2:sts=2:ts=8:et
|
||||
|
||||
Reference in New Issue
Block a user