mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 23:58:19 -05:00
@@ -180,7 +180,7 @@ class Client {
|
||||
|
||||
eachline(sock, (line: string) => {
|
||||
this.exitOnClose = line.indexOf(EXITING_MESSAGE) >= 0;
|
||||
return line;
|
||||
return undefined as unknown as string;
|
||||
});
|
||||
|
||||
sock.on("connect", onConnect);
|
||||
|
||||
Reference in New Issue
Block a user