Skip to content

Commit

Permalink
udb: prompt displays properly in default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-barr committed Aug 5, 2024
1 parent 5e677d8 commit 2fd6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/udb/console.icn
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ method get_Line()
]
}

if \mode ~== "--adapter" then {
if /mode | mode ~== "--adapter" then {
writes(PROMPT)
}

Expand Down

0 comments on commit 2fd6583

Please sign in to comment.