Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4394b8

Browse filesBrowse 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 <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
1 parent 02b12fe commit a4394b8
Copy full SHA for a4394b8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎node.gyp‎

Copy file name to clipboardExpand all lines: node.gyp
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.