Commit f18e08d
committed
console: do not emit error events
Fixes: #831
Fixes: #947
Ref: #9470
PR-URL: #9744
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 0af4183 commit f18e08dCopy full SHA for f18e08d
File tree
Expand file treeCollapse file tree
4 files changed
+117
-5
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
4 files changed
+117
-5
lines changedOpen diff view settings
Collapse file
+53-5Lines changed: 53 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
| 28 | + |
27 | 29 | |
28 | 30 | |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
29 | 35 | |
30 | 36 | |
31 | 37 | |
| ||
35 | 41 | |
36 | 42 | |
37 | 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 | + |
38 | 78 | |
39 | 79 | |
40 | 80 | |
41 | 81 | |
42 | 82 | |
43 | | - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
44 | 87 | |
45 | 88 | |
46 | 89 | |
47 | 90 | |
48 | 91 | |
49 | 92 | |
50 | 93 | |
51 | | - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
52 | 98 | |
53 | 99 | |
54 | 100 | |
| ||
57 | 103 | |
58 | 104 | |
59 | 105 | |
60 | | - |
| 106 | + |
61 | 107 | |
62 | 108 | |
63 | 109 | |
| ||
99 | 145 | |
100 | 146 | |
101 | 147 | |
| 148 | + |
| 149 | + |
Collapse file
test/parallel/test-console-async-write-error.js
Copy file name to clipboard+17Lines changed: 17 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 | + |
Collapse file
test/parallel/test-console-sync-write-error.js
Copy file name to clipboard+47Lines changed: 47 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 | + |
Collapse file
…ues/test-process-external-stdio-close.js …lel/test-process-external-stdio-close.jstest/known_issues/test-process-external-stdio-close.js renamed to test/parallel/test-process-external-stdio-close.js test/known_issues/test-process-external-stdio-close.js renamed to test/parallel/test-process-external-stdio-close.js
Copy file name to clipboardFile renamed without changes.
0 commit comments