Commit c9a211a
diagnostics_channel: capture console messages
PR-URL: #56292
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>1 parent f600466 commit c9a211aCopy full SHA for c9a211a
File tree
Expand file treeCollapse file tree
4 files changed
+149
-6
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/console
- test/parallel
Expand file treeCollapse file tree
4 files changed
+149
-6
lines changedOpen diff view settings
Collapse file
doc/api/diagnostics_channel.md
Copy file name to clipboardExpand all lines: doc/api/diagnostics_channel.md+37Lines changed: 37 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1121 | 1121 | |
1122 | 1122 | |
1123 | 1123 | |
| 1124 | + |
| 1125 | + |
| 1126 | + |
| 1127 | + |
| 1128 | + |
| 1129 | + |
| 1130 | + |
| 1131 | + |
| 1132 | + |
| 1133 | + |
| 1134 | + |
| 1135 | + |
| 1136 | + |
| 1137 | + |
| 1138 | + |
| 1139 | + |
| 1140 | + |
| 1141 | + |
| 1142 | + |
| 1143 | + |
| 1144 | + |
| 1145 | + |
| 1146 | + |
| 1147 | + |
| 1148 | + |
| 1149 | + |
| 1150 | + |
| 1151 | + |
| 1152 | + |
| 1153 | + |
| 1154 | + |
| 1155 | + |
| 1156 | + |
| 1157 | + |
| 1158 | + |
| 1159 | + |
| 1160 | + |
1124 | 1161 | |
1125 | 1162 | |
1126 | 1163 | |
|
Collapse file
lib/internal/console/constructor.js
Copy file name to clipboardExpand all lines: lib/internal/console/constructor.js+32-3Lines changed: 32 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
64 | 71 | |
65 | 72 | |
66 | 73 | |
| ||
371 | 378 | |
372 | 379 | |
373 | 380 | |
| 381 | + |
| 382 | + |
| 383 | + |
374 | 384 | |
375 | 385 | |
376 | 386 | |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
377 | 400 | |
378 | 401 | |
| 402 | + |
| 403 | + |
| 404 | + |
379 | 405 | |
380 | 406 | |
381 | 407 | |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
382 | 414 | |
383 | 415 | |
384 | 416 | |
| ||
614 | 646 | |
615 | 647 | |
616 | 648 | |
617 | | - |
618 | | - |
619 | 649 | |
620 | | - |
621 | 650 | |
622 | 651 | |
623 | 652 | |
|
Collapse file
test/parallel/test-console-diagnostics-channels.js
Copy file name to clipboard+77Lines changed: 77 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 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
794 | 794 | |
795 | 795 | |
796 | 796 | |
| 797 | + |
| 798 | + |
797 | 799 | |
| 800 | + |
798 | 801 | |
799 | 802 | |
800 | 803 | |
| ||
807 | 810 | |
808 | 811 | |
809 | 812 | |
810 | | - |
811 | | - |
812 | 813 | |
813 | | - |
814 | 814 | |
815 | 815 | |
816 | 816 | |
|
0 commit comments