File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ debugger <- function(dump = last.dump)
7070 repeat {
7171 cat(gettext(" Available environments had calls:\n " ))
7272 cat(paste0(1L : n , " : " , calls ), sep = " \n " )
73- cat(gettext(" \n Enter an environment number, or 0 to exit " ))
7473 repeat {
74+ cat(gettext(" \n Enter an environment number, or 0 to exit " ), " \n " )
7575 ind <- .Call(C_menu , as.character(calls ))
7676 if (ind < = n ) break
7777 }
@@ -142,7 +142,7 @@ recover <-
142142 calls <- limitedLabels(calls [1L : from ])
143143 repeat {
144144 which <- menu(calls ,
145- title = " \n Enter a frame number, or 0 to exit " )
145+ title = gettext( " \n Enter a frame number, or 0 to exit" ) )
146146 if (which )
147147 eval(substitute(browser(skipCalls = skip ),
148148 list (skip = 7 - which )), envir = sys.frame(which ))
You can’t perform that action at this time.
0 commit comments