Clark Jacobsohn cca97d1e78
Fix: Only create @babel/node IPC channel when needed (#13295)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
2021-05-11 23:59:07 +02:00

3 lines
62 B
JavaScript

process.send({ hello: "world" });
console.log("ipc enabled");