Skip to content

Commit

Permalink
missing --expose-gc flag (#1586)
Browse files Browse the repository at this point in the history
Only changed it in one place.
  • Loading branch information
cos authored and benjamingr committed Mar 8, 2019
1 parent 63b15da commit 4b9fa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/contribute.md
Expand Up @@ -76,7 +76,7 @@ The value of boolean flags is determined by presence, if you want to pass false

To run all tests, run

node tools/test
node --expose-gc tools/test

If you need to run generator tests in older versions of NodeJS run the `tool/test.js` script with `--harmony` argument and 0.11+:

Expand Down

0 comments on commit 4b9fa33

Please sign in to comment.