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 May 12, 2023
1 parent 2952cc5 commit d6d12bf
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 @@ -1115,10 +1115,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 d6d12bf

Please sign in to comment.