Skip to content

Commit d6d12bf

Browse files
joyeecheungtargos
authored andcommitted
bootstrap: log isolate data info in mksnapshot debug logs
PR-URL: #47768 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
1 parent 2952cc5 commit d6d12bf

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
@@ -1115,10 +1115,10 @@ static const int v8_snapshot_blob_size = )"
11151115
// -- v8_snapshot_blob_data begins --
11161116
{ v8_snapshot_blob_data, v8_snapshot_blob_size },
11171117
// -- v8_snapshot_blob_data ends --
1118-
// -- isolate_data_indices begins --
1118+
// -- isolate_data_info begins --
11191119
)" << data->isolate_data_info
11201120
<< R"(
1121-
// -- isolate_data_indices ends --
1121+
// -- isolate_data_info ends --
11221122
,
11231123
// -- env_info begins --
11241124
)" << data->env_info

0 commit comments

Comments
 (0)