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