lint fix
This commit is contained in:
parent
bcec963629
commit
0238e8fa48
|
@ -36,6 +36,7 @@ module.exports = function(realmConstructor) {
|
|||
});
|
||||
process.on('uncaughtException', function(e) {
|
||||
realmConstructor.Sync.cleanup();
|
||||
/* eslint-disable no-console */
|
||||
console.log(e.stack);
|
||||
process.exit(99);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue