| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9557e66 commit fa43d2f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,12 +20,13 @@ | |||
| 20 | 20 | // USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | + require('../common'); | ||
| 24 | + | ||
| 23 | 25 | // Open a chain of five Node processes each a child of the next. The final | |
| 24 | - // process exits immediately. Each process in the chain is instructed to | ||
| 25 | - // exit when its child exits. | ||
| 26 | + // process exits immediately. Each process in the chain is instructed to exit | ||
| 27 | + // when its child exits. | ||
| 26 | 28 | // https://github.com/joyent/node/issues/1726 | |
| 27 | 29 | ||
| 28 | - require('../common'); | ||
| 29 | 30 | const assert = require('assert'); | |
| 30 | 31 | const ch = require('child_process'); | |
| 31 | 32 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments