Commit 0579f42
report: use triggerReport() to handle signals
This commit uses the triggerReport() binding to handle
signals and removes the custom onUserSignal() function.
PR-URL: #26386
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent b216f44 commit 0579f42Copy full SHA for 0579f42
File tree
Expand file treeCollapse file tree
3 files changed
+2
-15
lines changedOpen diff view settings
Filter options
- lib/internal/process
- src
Expand file treeCollapse file tree
3 files changed
+2
-15
lines changedOpen diff view settings
Collapse file
lib/internal/process/report.js
Copy file name to clipboardExpand all lines: lib/internal/process/report.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
104 | 104 | |
105 | 105 | |
106 | 106 | |
107 | | - |
| 107 | + |
108 | 108 | |
109 | 109 | |
110 | 110 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
377 | 377 | |
378 | 378 | |
379 | 379 | |
380 | | - |
| 380 | + |
381 | 381 | |
382 | 382 | |
383 | 383 | |
|
Collapse file
-13Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
75 | 75 | |
76 | 76 | |
77 | 77 | |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | 78 | |
91 | 79 | |
92 | 80 | |
| ||
219 | 207 | |
220 | 208 | |
221 | 209 | |
222 | | - |
223 | 210 | |
224 | 211 | |
225 | 212 | |
|
0 commit comments