Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if try-catch-finally is supported in all JavaScript environemnts of supported Alfresco versions #169

Open
AFaust opened this issue May 11, 2020 · 0 comments

Comments

@AFaust
Copy link
Contributor

AFaust commented May 11, 2020

FEATURE / ENHANCEMENT

In some server-side JavaScript files we are using try-catch constructs with logic that always must run at the end included in both the try and catch block, because I (Axel) am still under the impression that support for try-catch-finally may not be consistent across all Alfresco versions. We should check explicitly what the status is with regards to try-catch-finally and refactory any instances of try-catch blocks into proper try-catch-finally, if applicable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant