Clean up errors

This commit is contained in:
JP Ungaretti 2022-04-14 16:12:44 -05:00
parent eaf8f84baf
commit e8e9b58670
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ func (a *App) Jupyter(ctx context.Context, codespaceName string) error {
serverPort, serverUrl, err := session.StartJupyterServer(ctx)
a.StopProgressIndicator()
if err != nil {
return fmt.Errorf("error getting jupyter server details: %w", err)
return err
}
// Pass 0 to pick a random port