Skip to content

Commit

Permalink
Fix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Nov 26, 2024
1 parent 4d028be commit b3385de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wxwork_robot/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl WxWorkCommand {
} else {
false
});
reg_builder.octal(
reg_builder.dot_matches_new_line(
if let Some(v) = read_bool_from_json_object(json, "dot_matches_new_line") {
v
} else {
Expand Down

0 comments on commit b3385de

Please sign in to comment.