|
@ -9,7 +9,7 @@ import { serializeError } from 'helpers/errors' |
|
|
|
|
|
|
|
|
require('../env') |
|
|
require('../env') |
|
|
|
|
|
|
|
|
process.title = 'Internal' |
|
|
process.title = 'Ledger Live Internal' |
|
|
|
|
|
|
|
|
const defers = {} |
|
|
const defers = {} |
|
|
|
|
|
|
|
@ -105,4 +105,8 @@ process.on('message', m => { |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
process.on('disconnect', () => { |
|
|
|
|
|
process.exit(0) |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
logger.log('Internal process is up!') |
|
|
logger.log('Internal process is up!') |
|
|