Skip to content

Commit 18df171

Browse files
committed
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: nodejs#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 54946b6 commit 18df171

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
@@ -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)