mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 22:24:22 +01:00
@@ -130,7 +130,7 @@ program
|
||||
opts.stdio = [ 'ignore', home.getOutStream(), home.getErrStream() ]
|
||||
}
|
||||
|
||||
const daemon = spawn('gitpeard', opts)
|
||||
const daemon = spawn('git-peard', opts)
|
||||
console.log('Daemon started. Process ID:', daemon.pid)
|
||||
home.storeDaemonPid(daemon.pid)
|
||||
// TODO: remove in case of error or exit but allow unref
|
||||
|
||||
Reference in New Issue
Block a user