Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: update v8_platform.StartInspector signature
The call signature of v8_platform.StartInspector needs to be the same whether or not NODE_USE_V8_PLATFORM, otherwise Node will fail to compile if HAVE_INSPECTOR and !NODE_USE_V8_PLATFORM. (cherry picked from commit e619725) PR-URL: nodejs#11157 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
- Loading branch information