Skip to content

Commit 433745e

Browse files
danbevcjihrig
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 4f8765d commit 433745e

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
@@ -284,7 +284,7 @@
284284
'src/tracing/agent.h',
285285
'src/tracing/node_trace_buffer.h',
286286
'src/tracing/node_trace_writer.h',
287-
'src/tracing/trace_event.h'
287+
'src/tracing/trace_event.h',
288288
'src/util.h',
289289
'src/util-inl.h',
290290
'deps/http_parser/http_parser.h',

0 commit comments

Comments
 (0)