Skip to content

Commit bc9cbc2

Browse files
Update macho debug image
1 parent d660ae7 commit bc9cbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/debugMeta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ interface MachoDebugImage {
2525
type: 'macho';
2626
debug_id: string;
2727
image_addr: string;
28-
image_size: number;
29-
code_file: string;
28+
image_size?: number;
29+
code_file?: string;
3030
}

0 commit comments

Comments
 (0)