Skip to content

Commit

Permalink
bootstrap: log isolate data info in mksnapshot debug logs
Browse files Browse the repository at this point in the history
PR-URL: #47768
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
  • Loading branch information
joyeecheung authored and targos committed Nov 10, 2023
1 parent 8bb03d1 commit 12d731e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node_snapshotable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,10 @@ static const int v8_snapshot_blob_size = )"
// -- v8_snapshot_blob_data begins --
{ v8_snapshot_blob_data, v8_snapshot_blob_size },
// -- v8_snapshot_blob_data ends --
// -- isolate_data_indices begins --
// -- isolate_data_info begins --
)" << data->isolate_data_info
<< R"(
// -- isolate_data_indices ends --
// -- isolate_data_info ends --
,
// -- env_info begins --
)" << data->env_info
Expand Down

0 comments on commit 12d731e

Please sign in to comment.