mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 07:23:31 +00:00
change lbrynet process signature
This commit is contained in:
parent
cd0840839b
commit
09a1120895
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function lauchDaemon() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(`${__dirname}/dist/lbry`);
|
console.log(`${__dirname}/dist/lbry`);
|
||||||
subpy = require('child_process').spawn(`${__dirname}/dist/lbry`, ['--no-launch', '--log-to-console'], {stdio: ['ignore', process.stdout, process.stderr]})
|
subpy = require('child_process').spawn(`${__dirname}/dist/lbry`, ['--verbose'], {stdio: ['ignore', process.stdout, process.stderr]})
|
||||||
subpy.on('exit', () => {
|
subpy.on('exit', () => {
|
||||||
console.log('The daemon has exited. Quitting the app');
|
console.log('The daemon has exited. Quitting the app');
|
||||||
subpy = null;
|
subpy = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue