Update try/catch syntax (#13732)
Update try/catch syntax to prepare for eslint migration
This commit is contained in:
@@ -62,7 +62,7 @@ export class OpenApiService {
|
||||
workspaceValidator.assertIsDefinedOrThrow(workspace);
|
||||
|
||||
return workspace;
|
||||
} catch (e) {
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user