Skip to content

Commit

Permalink
Patch format
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 13, 2024
1 parent 6b38241 commit f4ad677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions typescript/vscode-ext/packages/vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ export function activate(context: vscode.ExtensionContext) {
},
}),
)
}
catch (error) {
} catch (error) {
console.error('Failed to start proxy server:', error)
vscode.window.showErrorMessage('Failed to BAML localhost server. Contact support for help.')
}
Expand Down

0 comments on commit f4ad677

Please sign in to comment.