Skip to content

Commit

Permalink
Rename error trace to the more user friendly Counterexample
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Dec 12, 2024
1 parent a3169ad commit a6b3271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ErrorTrace = React.memo(({errorInfo, traceId}: ErrorTraceI) => {

return (
<>
<VSCodePanelTab id={`error-trace-tab-${traceId}`}> Error Trace {traceId} </VSCodePanelTab>
<VSCodePanelTab id={`error-trace-tab-${traceId}`}> Counterexample {traceId} </VSCodePanelTab>
<VSCodePanelView id={`error-trace-view-${traceId}`} className="flex-direction-column">
<div className="error-trace-options">
<VSCodeTextField onChange={(e) => setFilter(e.currentTarget.value)} placeholder="Filter">
Expand Down

0 comments on commit a6b3271

Please sign in to comment.