Skip to content

Commit 95f41e5

Browse files
authored
Merge pull request uniconproject#471 from austin-barr/master
udb: prompt displays properly in default mode
2 parents 6837fd0 + c9cb110 commit 95f41e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uni/udb/console.icn

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ method get_Line()
106106
]
107107
}
108108

109-
if \mode ~== "--adapter" then {
109+
if /mode | mode ~== "--adapter" then {
110110
writes(PROMPT)
111111
}
112112

0 commit comments

Comments
 (0)