| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b5e516a commit 4d36a67
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,12 +7,9 @@ var args = ['foo', 'bar']; | |||
| 7 | 7 | var n = fork(common.fixturesDir + '/child-process-spawn-node.js', args); | |
| 8 | 8 | assert.deepEqual(args, ['foo', 'bar']); | |
| 9 | 9 | ||
| 10 | - var messageCount = 0; | ||
| 11 | - | ||
| 12 | 10 | n.on('message', function(m) { | |
| 13 | 11 | console.log('PARENT got message:', m); | |
| 14 | 12 | assert.ok(m.foo); | |
| 15 | - messageCount++; | ||
| 16 | 13 | }); | |
| 17 | 14 | ||
| 18 | 15 | // https://github.com/joyent/node/issues/2355 - JSON.stringify(undefined) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments