Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Jan 15, 2025
1 parent c159633 commit 7f1e52f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,8 @@ class App extends Component<Props, State> {
catch (_e) {
return
}
try {
const output = json2type(this.input, Target[this.state.targetSelected])
output && this.setState({ output })
} catch (e) {
this.setState({ output: (e as any).toString() })
console.error(e)
}
}

handleTargetIconClick(event: any) {
Expand Down

0 comments on commit 7f1e52f

Please sign in to comment.