Commit fd8e5a8
bugfix: add missing include_code_size arg to parse_jit_log calls
Summary:
The `find_missing_type` subcommand calls `parse_jit_log()` without the required
`include_code_size` parameter, which would cause a `TypeError` at runtime. Added
`include_code_size=False` since this subcommand doesn't use code size data.
Reviewed By: yoney
Differential Revision: D97805943
fbshipit-source-id: d7095e8486073807e505202d5b30ccfc0f51ba481 parent 54cb7a8 commit fd8e5a8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
743 | | - | |
| 742 | + | |
| 743 | + | |
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| |||
0 commit comments