Skip to content

Commit c87f004

Browse files
committed
src: add node_process.cc
Begin moving `process` object function definitions out of `node.cc` ... continuing the process of making `node.cc` smaller and easier to maintain.
1 parent 473e36d commit c87f004

File tree

4 files changed

+567
-544
lines changed

4 files changed

+567
-544
lines changed

node.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
'src/node_platform.cc',
344344
'src/node_perf.cc',
345345
'src/node_postmortem_metadata.cc',
346+
'src/node_process.cc',
346347
'src/node_serdes.cc',
347348
'src/node_trace_events.cc',
348349
'src/node_types.cc',

0 commit comments

Comments
 (0)