Skip to content

Commit

Permalink
add workaround for nodejs/node#21671 to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenl committed Aug 2, 2018
1 parent 7cbad15 commit c2e2f91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ If the Test view doesn't show your tests or anything else doesn't work as expect
* `mochaExplorer.logpanel`: Write diagnotic logs to an output panel
* `mochaExplorer.logfile`: Write diagnostic logs to the given file

There is a [bug in Node >= 10.6](https://github.com/nodejs/node/issues/21671) that breaks this adapter.
If you're using a version of Node affected by this bug, add `"mochaExplorer.nodePath": null` to your configuration as a workaround.

If you think you've found a bug, please [file a bug report](https://github.com/hbenl/vscode-mocha-test-adapter/issues) and attach the diagnostic logs.

0 comments on commit c2e2f91

Please sign in to comment.