Skip to content

Commit cbe999d

Browse files
committed
Add message if slug is not found at all
1 parent e82278f commit cbe999d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/generator-utils/ngram

0 Bytes
Binary file not shown.

util/ngram/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ fn main() {
2525
);
2626
}
2727
} else {
28-
println!("{}", slug);
28+
println!("Couldn't find any exercise similar to this: {}", slug);
2929
}
3030
}

0 commit comments

Comments
 (0)