Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 978e3bf

Browse files
danbevaddaleax
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: nodejs/node#16613 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
1 parent 22ae393 commit 978e3bf

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
@@ -293,7 +293,7 @@
293293
'src/tracing/agent.h',
294294
'src/tracing/node_trace_buffer.h',
295295
'src/tracing/node_trace_writer.h',
296-
'src/tracing/trace_event.h'
296+
'src/tracing/trace_event.h',
297297
'src/util.h',
298298
'src/util-inl.h',
299299
'deps/http_parser/http_parser.h',

0 commit comments

Comments
 (0)