Skip to content

Commit 6e203bf

Browse files
committed
show error message
1 parent a2c2307 commit 6e203bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

studio/R-terminal/CLI/Utils.vb

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Partial Module CLI
142142

143143
If Not err Is Nothing Then
144144
Call App.LogException(err)
145+
Call VBDebugger.PrintException(err.Message, enableRedirect:=False)
145146
Return 500
146147
End If
147148
Else
@@ -155,6 +156,7 @@ Partial Module CLI
155156

156157
If Not err Is Nothing Then
157158
Call App.LogException(err)
159+
Call VBDebugger.PrintException(err.Message, enableRedirect:=False)
158160
Return 500
159161
End If
160162
End If

0 commit comments

Comments
 (0)