Skip to content

Commit 4e848d4

Browse files
danbevgibfahn
authored andcommitted
build: add missing comma in sources list
This commit adds a missing comma in the sources list. This effects at least window which produces the following warning where trace_event.h and src/util.h are concatenated: Warning: Missing input files: src\tracing\trace_event.hsrc\util.h PR-URL: #16613 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
1 parent 79e1d77 commit 4e848d4

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
@@ -274,7 +274,7 @@
274274
'src/tracing/agent.h',
275275
'src/tracing/node_trace_buffer.h',
276276
'src/tracing/node_trace_writer.h',
277-
'src/tracing/trace_event.h'
277+
'src/tracing/trace_event.h',
278278
'src/util.h',
279279
'src/util-inl.h',
280280
'deps/http_parser/http_parser.h',

0 commit comments

Comments
 (0)