mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
tada emoji on build completion
This commit is contained in:
parent
5b07b1c946
commit
e1bdad16ad
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ pub fn generate(filenames: Vec<PathBuf>, std_lib: StdLib, build_dir: &Path) {
|
|||
.expect("TODO gracefully handle writing file failing");
|
||||
}
|
||||
|
||||
println!("Docs generated at {}", build_dir.display());
|
||||
println!("🎉 Docs generated in {}", build_dir.display());
|
||||
}
|
||||
|
||||
pub fn files_to_documentations(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue