From 4769d047b29f3fbad4767a858f4c0f202f2b33a9 Mon Sep 17 00:00:00 2001 From: Aspen Smith Date: Sat, 27 Jul 2024 16:00:53 -0400 Subject: fix(tvix/cli): Make :q actually quit whoops Change-Id: I5f24163c276992c7858b038ae2bb636da75f3f91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12043 Autosubmit: aspen Tested-by: BuildkiteCI Reviewed-by: lukegb --- tvix/cli/src/repl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/cli/src') diff --git a/tvix/cli/src/repl.rs b/tvix/cli/src/repl.rs index 6b34b6552da0..601b639154a6 100644 --- a/tvix/cli/src/repl.rs +++ b/tvix/cli/src/repl.rs @@ -178,7 +178,7 @@ impl<'a> Repl<'a> { ReplCommand::Quit => { return CommandResult { output: String::new(), - continue_: true, + continue_: false, }; } ReplCommand::Help => { -- cgit 1.4.1