mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
3 lines
No EOL
58 B
JavaScript
Executable file
3 lines
No EOL
58 B
JavaScript
Executable file
process.on("message", (data) => {
|
|
process.send(data);
|
|
}); |