Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Eval failures to be logged as warnings #3006
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Mar 23, 2020
1 parent 444f0fc commit 430362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugAdapter/goDebug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ class GoDebugSession extends LoggingDebugSession {
.then(
(val) => val,
(err) => {
logError(
log(
'Failed to eval expression: ',
JSON.stringify(evalSymbolArgs, null, ' '),
'\n\rEval error:',
Expand Down

0 comments on commit 430362e

Please sign in to comment.