mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-27 20:55:25 +00:00
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
process.on("message", (data) => {
|
|
process.send(data);
|
|
});
|