Skip to content

Commit

Permalink
src: use same parameter name in node_report.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Feb 11, 2019
1 parent e11388b commit 9c86e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_report.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void WriteNodeReport(Isolate* isolate,
const std::string& filename,
std::ostream& out,
Local<String> stackstr,
TIME_TYPE* time);
TIME_TYPE* tm_struct);
static void PrintVersionInformation(JSONWriter* writer);
static void PrintJavaScriptStack(JSONWriter* writer,
Isolate* isolate,
Expand Down

0 comments on commit 9c86e74

Please sign in to comment.