Skip to content

Commit aeefb2f

Browse files
committed
debug log
1 parent 99d1539 commit aeefb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/standalone/binary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub fn is_standalone_binary(exe_path: &Path) -> bool {
180180
let Ok(data) = std::fs::read(exe_path) else {
181181
return false;
182182
};
183-
183+
dbg!(&data[0..5], libsui::utils::is_macho(&data));
184184
libsui::utils::is_elf(&data)
185185
|| libsui::utils::is_pe(&data)
186186
|| libsui::utils::is_macho(&data)

0 commit comments

Comments
 (0)