From 806d3d71e25658c3df770d677c6ad73b9a7b13ae Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 8 Mar 2019 11:59:08 -0500 Subject: report: rename triggerReport() to writeReport() writeReport() is more descriptive of what the function does. PR-URL: https://github.com/nodejs/node/pull/26527 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater --- src/node_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_report.h') diff --git a/src/node_report.h b/src/node_report.h index 7aff7a5e2f..18135f5666 100644 --- a/src/node_report.h +++ b/src/node_report.h @@ -67,7 +67,7 @@ std::string ValueToHexString(T value) { } // Function declarations - export functions in src/node_report_module.cc -void TriggerReport(const v8::FunctionCallbackInfo& info); +void WriteReport(const v8::FunctionCallbackInfo& info); void GetReport(const v8::FunctionCallbackInfo& info); // Node.js boot time - defined in src/node.cc -- cgit v1.2.3