bin/delta-processor: Provide error to EventMediator
This will log in the same format as the rest of the system.master
parent
84c2601f1c
commit
2fb47cc993
|
@ -98,7 +98,7 @@ getMongoCollection( db, db_conf )
|
|||
} )
|
||||
.catch( e =>
|
||||
{
|
||||
log.error( e );
|
||||
emitter.emit( 'error', e );
|
||||
process.exit( 1 );
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in New Issue