Skip to content

Commit

Permalink
ws fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmolenda committed Jul 17, 2024
1 parent e3c60ee commit ebd9b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/source/Target/Process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ ModuleSP Process::ReadModuleFromMemory(const FileSpec &file_spec,
Status error;
std::unique_ptr<Progress> progress_up;
// Reading an ObjectFile from a local corefile is very fast,
// don't print a progress report.
// don't print a progress report.
if (!GetCoreFile())
progress_up = std::make_unique<Progress>(
"Reading binary from memory", file_spec.GetFilename().GetString());
Expand Down

0 comments on commit ebd9b8b

Please sign in to comment.