We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bf692 commit a2a30a9Copy full SHA for a2a30a9
src/node.cc
@@ -1161,7 +1161,8 @@ ExitCode LoadSnapshotDataAndRun(const SnapshotData** snapshot_data_ptr,
1161
}
1162
std::unique_ptr<SnapshotData> read_data = std::make_unique<SnapshotData>();
1163
if (!SnapshotData::FromBlob(read_data.get(), fp)) {
1164
- // If we fail to read the customized snapshot, simply exit with kStartupSnapshotFailure.
+ // If we fail to read the customized snapshot,
1165
+ // simply exit with kStartupSnapshotFailure.
1166
exit_code = ExitCode::kStartupSnapshotFailure;
1167
return exit_code;
1168
0 commit comments