Skip to content

Commit c0676f3

Browse files
committed
build: fix typo in non-essential source file name
Depend on src/inspector_agent.h, src/inspector-agent.h does not exist. The typo didn't break the build but it made some of the gyp-based tooling complain. PR-URL: #7945 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent 60d46b4 commit c0676f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
'src/inspector_agent.cc',
317317
'src/inspector_socket.cc',
318318
'src/inspector_socket.h',
319-
'src/inspector-agent.h',
319+
'src/inspector_agent.h',
320320
],
321321
'dependencies': [
322322
'deps/v8_inspector/third_party/v8_inspector/platform/'

0 commit comments

Comments
 (0)