Commit a606f84
committed
src: fix build break for !NODE_USE_V8_PLATFORM
`StartInspector` should return `bool` but there was signature
mismatch if not building for v8 platform i.e.
`!NODE_USE_V8_PLATFORM`.
I have submitted PR nodejs/node#8114 to fix this in
node repo.
PR-URL: nodejs#108
Reviewed-By: Sandeep Agarwal <agarwal.sandeep@microsoft.com>1 parent 45ff9e9 commit a606f84
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
0 commit comments