look icon indicating copy to clipboard operation
look copied to clipboard

TypeError: Cannot call method 'emit' of undefined

Open bf opened this issue 11 years ago • 0 comments

/node_modules/look/lib/receiver.js:34
        this.sockets[data.args.socket].emit('commands', [ data ]);
                                       ^
TypeError: Cannot call method 'emit' of undefined
    at Receiver.send (/node_modules/look/lib/receiver.js:34:34)
    at process.<anonymous> (/node_modules/look/lib/observer.js:41:11)
    at process.emit (events.js:98:17)
    at handleMessage (child_process.js:322:10)
    at Pipe.channel.onread (child_process.js:349:11)

bf avatar Dec 17 '14 18:12 bf