We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b895ea commit 86bdc84Copy full SHA for 86bdc84
src/tunnel.ts
@@ -76,14 +76,10 @@ export class Tunnel extends EventEmitter {
76
// cloudflared outputs to stderr, but I think its better to listen to stdout too
77
this.on("stdout", (output) => {
78
this.processOutput(output);
79
- }).on("error", (err) => {
80
- this.emit("error", err);
81
});
82
83
this.on("stderr", (output) => {
84
85
86
87
88
}
89
0 commit comments