Lines Matching refs:error
49 console.error(`[Pipe]Received data from fd ${clientFd}`);
54 console.error(`[Pipe]Received end from fd ${clientFd}, total ${counter}`);
57 console.error(`[Pipe]Server closed by fd ${clientFd}`);
66 console.error(`[Pipe]Clean up handle with fd ${pair[1].fd}`);
71 .on('error', function(err) {
72 console.error(err);
82 console.error(`[Pipe]Bound handle with Pipe ${handle.fd}`);
94 console.error(`[Pipe]Sending data through fd ${oldHandle.fd}`);
95 this.on('error', function(err) {
96 console.error(err);