Skip to content

Commit a4394b8

Browse files
bnoordhuiscjihrig
authored andcommitted
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 02b12fe commit a4394b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
'src/inspector_agent.cc',
320320
'src/inspector_socket.cc',
321321
'src/inspector_socket.h',
322-
'src/inspector-agent.h',
322+
'src/inspector_agent.h',
323323
],
324324
'dependencies': [
325325
'deps/v8_inspector/platform/v8_inspector/v8_inspector.gyp:v8_inspector_stl',

0 commit comments

Comments
 (0)