Skip to content

Commit c7dfc9e

Browse files
committed
Updated information around node-inspector
1 parent 38892b1 commit c7dfc9e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -473,13 +473,10 @@ console, and you can use the tools you'd expect such as `console.log`,
473473

474474
#### Note Regarding Node 6.4 and above
475475

476-
If you're using Node 6.4 and above, there's currently an
477-
[open issue](https://github.com/node-inspector/node-inspector/issues/905)
476+
If you're using Node 6.4 and above, there's a recently resolved
477+
[issue](https://github.com/node-inspector/node-inspector/issues/905)
478478
involving node-inspector. [A fix](https://github.com/node-inspector/node-inspector/commit/2e5309f75099753740c4567e17fd79ee27885d71)
479-
has been committed, and an updated version just needs to be published to NPM.
480-
Until an updated version of node-inspector is published to NPM, you can clone
481-
node-inspector locally, and call the appropriate script. For example, instead
482-
of calling `node-inspector`, call `[path to node-inspector]/bin/inspector.js`
479+
has been committed and published, which can be leveraged in node-inspector version ~1.0.0.
483480

484481
#### Incompatibility With `node --inspect`
485482

0 commit comments

Comments
 (0)