You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle exceptions that might occur during the execution of `ModuleUtilCore.findModuleForFile` method, and return false in case of an exception.
The `findModuleForFile` method can throw exceptions, so we need to handle them properly. If an exception occurs, we catch it and return false immediately. This prevents the application from crashing when encountering such exceptions.
0 commit comments