Skip to content

Commit

Permalink
Update wast-parser.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
haruki3hhh committed Sep 11, 2024
1 parent 43c0254 commit 1e7da1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wast-parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ Result WastParser::ParseModuleCommand(Script* script, CommandPtr* out_command) {
if (m) {
*module = std::move(*m.get());
} else {
return Result::Error; // Handle the null case appropriately
return Result::Error; // Handle the null case appropriately
}
*out_command = std::move(command);
break;
Expand Down

0 comments on commit 1e7da1f

Please sign in to comment.