Commit 80a3934
inspector: /json/version returns object, not array
Make /json/version return an object instead of an object wrapped in an
array.
Fixes: #9760
PR-URL: #9762
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>1 parent 2b7ecb5 commit 80a3934Copy full SHA for 80a3934
File tree
Expand file treeCollapse file tree
2 files changed
+20
-7
lines changedOpen diff view settings
Filter options
- src
- test/inspector
Expand file treeCollapse file tree
2 files changed
+20
-7
lines changedOpen diff view settings
Collapse file
+14-7Lines changed: 14 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
92 | | - |
| 92 | + |
| 93 | + |
93 | 94 | |
94 | 95 | |
95 | 96 | |
96 | 97 | |
97 | 98 | |
98 | 99 | |
99 | | - |
| 100 | + |
100 | 101 | |
101 | | - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
102 | 107 | |
103 | 108 | |
104 | 109 | |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
109 | 116 | |
110 | 117 | |
111 | 118 | |
|
Collapse file
test/inspector/test-inspector.js
Copy file name to clipboardExpand all lines: test/inspector/test-inspector.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
20 | 26 | |
21 | 27 | |
22 | 28 | |
|
0 commit comments