Skip to content

Commit 12d731e

Browse files
joyeecheungtargos
authored andcommitted
bootstrap: log isolate data info in mksnapshot debug logs
PR-URL: #47768 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
1 parent 8bb03d1 commit 12d731e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_snapshotable.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,10 @@ static const int v8_snapshot_blob_size = )"
10391039
// -- v8_snapshot_blob_data begins --
10401040
{ v8_snapshot_blob_data, v8_snapshot_blob_size },
10411041
// -- v8_snapshot_blob_data ends --
1042-
// -- isolate_data_indices begins --
1042+
// -- isolate_data_info begins --
10431043
)" << data->isolate_data_info
10441044
<< R"(
1045-
// -- isolate_data_indices ends --
1045+
// -- isolate_data_info ends --
10461046
,
10471047
// -- env_info begins --
10481048
)" << data->env_info

0 commit comments

Comments
 (0)