Commit 358a1dd
committed
cli: add
This commits allows users to send `--expose-gc` via `NODE_OPTIONS`
environment variable.
Using `node --expose-gc` is possible but via `NODE_OPTIONS` won't
work.
```sh
NODE_OPTIONS='--expose-gc' node
node: --expose-gc is not allowed in NODE_OPTIONS
```
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>--expose-gc flag available to NODE_OPTIONS
1 parent cb90a31 commit 358a1dd
File tree
3 files changed
+22
-0
lines changed- doc/api
- src
- test/parallel
3 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
629 | 646 | | |
630 | 647 | | |
631 | 648 | | |
| |||
2776 | 2793 | | |
2777 | 2794 | | |
2778 | 2795 | | |
| 2796 | + | |
2779 | 2797 | | |
2780 | 2798 | | |
2781 | 2799 | | |
| |||
3098 | 3116 | | |
3099 | 3117 | | |
3100 | 3118 | | |
| 3119 | + | |
| 3120 | + | |
3101 | 3121 | | |
3102 | 3122 | | |
3103 | 3123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
476 | 477 | | |
477 | 478 | | |
478 | 479 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments