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)
70
70
repeat {
71
71
cat(gettext(" Available environments had calls:\n " ))
72
72
cat(paste0(1L : n , " : " , calls ), sep = " \n " )
73
- cat(gettext(" \n Enter an environment number, or 0 to exit " ))
74
73
repeat {
74
+ cat(gettext(" \n Enter an environment number, or 0 to exit " ), " \n " )
75
75
ind <- .Call(C_menu , as.character(calls ))
76
76
if (ind < = n ) break
77
77
}
@@ -142,7 +142,7 @@ recover <-
142
142
calls <- limitedLabels(calls [1L : from ])
143
143
repeat {
144
144
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" ) )
146
146
if (which )
147
147
eval(substitute(browser(skipCalls = skip ),
148
148
list (skip = 7 - which )), envir = sys.frame(which ))
You can’t perform that action at this time.
0 commit comments