update packages to registry from git
parent
e13f232a0f
commit
38a6c0bd5c
|
@ -86,11 +86,11 @@ class Interrupt extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
this.inter(port).on('fired', () => {
|
// this.inter(port).on('fired', () => {
|
||||||
console.log(`interrupt port ${port} hook me \n ${relays}`)
|
// console.log(`interrupt port ${port} hook me \n ${relays}`)
|
||||||
// hook.bind(this)(port)
|
// // hook.bind(this)(port)
|
||||||
|
//
|
||||||
})
|
// })
|
||||||
return this.clear().then(() => this.poller.add(this.valuefd, Epoll.EPOLLPRI | Epoll.EPOLLONESHOT));
|
return this.clear().then(() => this.poller.add(this.valuefd, Epoll.EPOLLPRI | Epoll.EPOLLONESHOT));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
/syncd.conf
|
|
||||||
/syncd.log
|
|
||||||
/syncd.pid
|
|
Loading…
Reference in New Issue