mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Do not specify _send message type
This commit is contained in:
@@ -120,7 +120,7 @@ export class StdioTransport extends BaseTransport {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
_send(message: RPC.Message): void {
|
_send(message: any): void {
|
||||||
const serialized = JSON.stringify(message);
|
const serialized = JSON.stringify(message);
|
||||||
this.input.write(serialized + "\n");
|
this.input.write(serialized + "\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user