Commit bc07612
src: fix
Make sure that options after `--prof-process` are not treated
as Node.js options.
Fixes: #22786
PR-URL: #22790
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>--prof-process CLI argument handling1 parent 24a35f9 commit bc07612Copy full SHA for bc07612
File tree
Expand file treeCollapse file tree
3 files changed
+39
-1
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
- src
- test/parallel
Expand file treeCollapse file tree
3 files changed
+39
-1
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
642 | 642 | |
643 | 643 | |
644 | 644 | |
645 | | - |
| 645 | + |
646 | 646 | |
647 | 647 | |
| 648 | + |
| 649 | + |
648 | 650 | |
649 | 651 | |
650 | 652 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
108 | 108 | |
109 | 109 | |
110 | 110 | |
| 111 | + |
| 112 | + |
111 | 113 | |
112 | 114 | |
113 | 115 | |
|
Collapse file
test/parallel/test-tick-processor-arguments.js
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
0 commit comments