From 8ff452494cfd8d517989a852f826652807c1d609 Mon Sep 17 00:00:00 2001 From: Cosmin Radoi Date: Thu, 7 Mar 2019 15:42:37 -0800 Subject: [PATCH] missing ` --expose-gc ` flag Only changed it in one place. --- docs/docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contribute.md b/docs/docs/contribute.md index c2c22161e..340827658 100644 --- a/docs/docs/contribute.md +++ b/docs/docs/contribute.md @@ -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+: