Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0675754

Browse files
committedApr 9, 2021
fixup! test,debugger: migrate node-inspect tests to core
1 parent cfeb70c commit 0675754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎test/common/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -834,12 +834,12 @@ socket.write(http2.kClientMagic);
834834

835835
Provides common functionality for tests for `node inspect`.
836836

837-
### `startCLI(args[[, flags], spawnOpts])`
837+
### `startCLI(args[[, flags], spawnOpts])`
838838

839839
* `args` [<string>][]
840840
* `flags` [<string>][] default = []
841-
* `showOpts` [<object] default = {}
842-
* return [<Object>]
841+
* `showOpts` [<Object>][] default = {}
842+
* return [<Object>][]
843843

844844
Returns a null-prototype object with properties that are functions and getters
845845
used to interact with the `node inspect` CLI. These functions are:

0 commit comments

Comments
 (0)
Please sign in to comment.