Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 1, 2024
1 parent 53e10f6 commit 67c676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ fn main() {

let do_coverage = args.is_present("coverage");

if args.is_present("verbose") || args.is_present("tokens") {
if args.is_present("verbose") || args.is_present("tokens") || args.is_present("cjk") {
print!("Text");
if lexicons.len() > 1 {
println!("\tLexicon");
Expand Down

0 comments on commit 67c676d

Please sign in to comment.