Skip to content

Commit

Permalink
fixup! bootstrap: build code cache from deserialized isolate
Browse files Browse the repository at this point in the history
Co-authored-by: Yagiz Nizipli <[email protected]>
  • Loading branch information
joyeecheung and anonrig authored Aug 16, 2023
1 parent f0745d2 commit 577b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_snapshotable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ ExitCode BuildCodeCacheFromSnapshot(SnapshotData* out,
args,
exec_args);
if (!setup) {
for (const std::string& err : errors)
for (const auto& err : errors)
fprintf(stderr, "%s: %s\n", args[0].c_str(), err.c_str());
return ExitCode::kBootstrapFailure;
}
Expand Down

0 comments on commit 577b8a9

Please sign in to comment.