mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-18 14:44:23 +01:00
@@ -57,6 +57,10 @@ module.exports = class RPC {
|
|||||||
errBuffer.push(data)
|
errBuffer.push(data)
|
||||||
console.error('error:', JSON.stringify(data.toString()))
|
console.error('error:', JSON.stringify(data.toString()))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
process.on('close', code => {
|
||||||
|
console.error(`child process exited with code ${code}`)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
forcePushHandler (req) {
|
forcePushHandler (req) {
|
||||||
|
|||||||
Reference in New Issue
Block a user