Дочерние процессы ⚡️ Node.js с примерами кода #58
Replies: 1 comment 1 reply
-
У вас на слушателях событий нет фигурных скобок. Без них код не запустится. Сейчас так: child.on('message', (code) => А надо так: child.on('message', (code) => { |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Дочерние процессы ⚡️ Node.js с примерами кода
Справочник Node.js с примерами кода
https://nodejsdev.ru/guides/webdraftt/child-processes/
Beta Was this translation helpful? Give feedback.
All reactions