We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfeb70c commit 0675754Copy full SHA for 0675754
test/common/README.md
@@ -834,12 +834,12 @@ socket.write(http2.kClientMagic);
834
835
Provides common functionality for tests for `node inspect`.
836
837
-### `startCLI(args[[, flags], spawnOpts])`
+### `startCLI(args[[, flags], spawnOpts])`
838
839
* `args` [<string>][]
840
* `flags` [<string>][] default = []
841
-* `showOpts` [<object] default = {}
842
-* return [<Object>]
+* `showOpts` [<Object>][] default = {}
+* return [<Object>][]
843
844
Returns a null-prototype object with properties that are functions and getters
845
used to interact with the `node inspect` CLI. These functions are:
0 commit comments