From c9cb1102426f5c62635b7c9d7efbc446cbfe5890 Mon Sep 17 00:00:00 2001 From: Austin Barr Date: Mon, 5 Aug 2024 19:01:40 -0400 Subject: [PATCH] udb: prompt displays properly in default mode --- uni/udb/console.icn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni/udb/console.icn b/uni/udb/console.icn index 0d189f092..89504281f 100644 --- a/uni/udb/console.icn +++ b/uni/udb/console.icn @@ -106,7 +106,7 @@ method get_Line() ] } - if \mode ~== "--adapter" then { + if /mode | mode ~== "--adapter" then { writes(PROMPT) }