Skip to content

Commit

Permalink
update hardcoded string tables
Browse files Browse the repository at this point in the history
  • Loading branch information
vilterp committed Sep 17, 2021
1 parent 5379aad commit 7eebc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc-heap-snapshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct HeapSnapshot {

StringTable names;
StringTable node_types = {"object"};
StringTable edge_types = {"edge_type1", "edge_type2"};
StringTable edge_types = {"property"};
unordered_set<size_t> seen_node_ids;
};

Expand Down

0 comments on commit 7eebc29

Please sign in to comment.