1
0
Fork 0

bin/delta-processor: Provide error to EventMediator

This will log in the same format as the rest of the system.
master
Mike Gerwitz 2019-12-09 14:51:28 -05:00 committed by Austin Schaffer
parent 84c2601f1c
commit 2fb47cc993
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ getMongoCollection( db, db_conf )
} )
.catch( e =>
{
log.error( e );
emitter.emit( 'error', e );
process.exit( 1 );
} );