Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 19, 2024
1 parent 92c351f commit daef1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ant.debugger/src/symbolize/symbolize_macos.inl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace luadebug {
if (!pipe) {
return std::nullopt;
}
FILE* f = pipe.open_read();
FILE* f = pipe.rd.to_file(bee::file_handle::mode::read);
if (!f) {
return std::nullopt;
}
Expand Down

0 comments on commit daef1f3

Please sign in to comment.