update packages to registry from git

master
David Kebler 2017-05-15 12:42:20 -07:00
parent e13f232a0f
commit 38a6c0bd5c
2 changed files with 5 additions and 8 deletions

View File

@ -86,11 +86,11 @@ class Interrupt extends EventEmitter {
}
start() {
this.inter(port).on('fired', () => {
console.log(`interrupt port ${port} hook me \n ${relays}`)
// hook.bind(this)(port)
})
// this.inter(port).on('fired', () => {
// console.log(`interrupt port ${port} hook me \n ${relays}`)
// // hook.bind(this)(port)
//
// })
return this.clear().then(() => this.poller.add(this.valuefd, Epoll.EPOLLPRI | Epoll.EPOLLONESHOT));
}

3
syncd/.gitignore vendored
View File

@ -1,3 +0,0 @@
/syncd.conf
/syncd.log
/syncd.pid