Welcome to mirror list, hosted at ThFree Co, Russian Federation.

child-process-message-and-exit.js « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56e83ce801aae6872b517f8f157ae5d745fb2fc0 (plain)
1
2
3

process.send('hello');
process.exit(0);