From 8a2527788c33dd41ddefaad4c47a01d9442d898e Mon Sep 17 00:00:00 2001 From: frozolotl <44589151+frozolotl@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:50:40 +0100 Subject: Fix watches on moves and removes (#3371) Co-authored-by: Laurenz --- crates/typst-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-cli/src/main.rs') diff --git a/crates/typst-cli/src/main.rs b/crates/typst-cli/src/main.rs index 5e1ef47c..71b3dd38 100644 --- a/crates/typst-cli/src/main.rs +++ b/crates/typst-cli/src/main.rs @@ -77,7 +77,7 @@ fn print_error(msg: &str) -> io::Result<()> { write!(output, "error")?; output.reset()?; - writeln!(output, ": {msg}.") + writeln!(output, ": {msg}") } #[cfg(not(feature = "self-update"))] -- cgit v1.2.3