We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f6b6b commit aaa272eCopy full SHA for aaa272e
src/node.cc
@@ -1188,7 +1188,8 @@ ExitCode LoadSnapshotDataAndRun(const SnapshotData** snapshot_data_ptr,
1188
bool ok = SnapshotData::FromFile(read_data.get(), fp);
1189
fclose(fp);
1190
if (!ok) {
1191
- // If we fail to read the customized snapshot, simply exit with kStartupSnapshotFailure.
+ // If we fail to read the customized snapshot,
1192
+ // simply exit with kStartupSnapshotFailure.
1193
exit_code = ExitCode::kStartupSnapshotFailure;
1194
return exit_code;
1195
}
0 commit comments