Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! tools: use PrintCaughtException in the snapshot builder
Co-authored-by: Voltrex <62040526+VoltrexMaster@users.noreply.github.com>
  • Loading branch information
joyeecheung and VoltrexKeyva authored May 20, 2021
commit f7d5540e41f2f3de14b4650ce60f632a82d99164
2 changes: 1 addition & 1 deletion tools/snapshot/snapshot_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ std::string SnapshotBuilder::Generate(
creator.SetDefaultContext(Context::New(isolate));
isolate_data_indexes = main_instance->isolate_data()->Serialize(&creator);

// Run the per-contenxt scripts
// Run the per-context scripts
Local<Context> context;
{
TryCatch bootstrapCatch(isolate);
Expand Down