Skip to content

Commit

Permalink
Update src/node_report.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson authored Jul 28, 2023
1 parent 054b4bb commit 5f18783
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 @@ -860,8 +860,8 @@ std::string TriggerNodeReport(Isolate* isolate,
if (env != nullptr) {
THROW_IF_INSUFFICIENT_PERMISSIONS(
env, permission::PermissionScope::kFileSystemWrite, name, name);
// Filename was specified as API parameter.
}
// Filename was specified as API parameter.
filename = name;
} else {
std::string report_filename;
Expand Down

0 comments on commit 5f18783

Please sign in to comment.