We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8533cf commit 105980fCopy full SHA for 105980f
doc/api/child_process.md
@@ -1093,7 +1093,7 @@ changes:
1093
* `options` {Object} The `options` argument, if present, is an object used to
1094
parameterize the sending of certain types of handles. `options` supports
1095
the following properties:
1096
- * `keepOpen` - A Boolean value that can be used when passing instances of
+ * `keepOpen` {boolean} A value that can be used when passing instances of
1097
`net.Socket`. When `true`, the socket is kept open in the sending process.
1098
**Default:** `false`.
1099
* `callback` {Function}
0 commit comments