Commit b861451
process: do not truncate long strings in
Fixes: #61337
PR-URL: #61497
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>--print
1 parent be644e2 commit b861451Copy full SHA for b861451
2 files changed
+12-2Lines changed: 12 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal/process
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/process/execution.js
Copy file name to clipboardExpand all lines: lib/internal/process/execution.js+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
455 | 455 | |
456 | 456 | |
457 | 457 | |
458 | | - |
459 | | - |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
460 | 464 | |
461 | 465 | |
462 | 466 | |
|
Collapse file
test/parallel/test-cli-eval.js
Copy file name to clipboardExpand all lines: test/parallel/test-cli-eval.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
115 | 115 | |
116 | 116 | |
117 | 117 | |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
118 | 124 | |
119 | 125 | |
120 | 126 | |
|
0 commit comments