Fix style error in ldapjs-search util
This commit is contained in:
parent
6f58387688
commit
9b8244e568
|
@ -212,7 +212,7 @@ EntryFormatter.prototype.end = function end() {
|
|||
|
||||
var parsed;
|
||||
|
||||
process.stdout.on('error', function(err) {
|
||||
process.stdout.on('error', function (err) {
|
||||
if (err.code === 'EPIPE') {
|
||||
process.exit(0);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue