Skip to content

Commit

Permalink
Show HDL error message in extension
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Jan 6, 2024
1 parent 8a9626c commit f346f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/views/hdl/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function App() {
);

const chipButtons = state.controls.error ? (
<p>{state.controls.error}</p>
<p>{state.controls.error?.message}</p>
) : (
<>
<VSCodeCheckbox onChange={toggleUseBuiltin}>Use Builtin</VSCodeCheckbox>
Expand Down

0 comments on commit f346f0f

Please sign in to comment.