diff --git a/src/helpers/utils.ts b/src/helpers/utils.ts index f4a94ab5df..17cdc49f8f 100644 --- a/src/helpers/utils.ts +++ b/src/helpers/utils.ts @@ -168,8 +168,8 @@ export const findModuleFromBase = ({ paths, candidates }): string | null => { if (modulePath) { return modulePath } - } catch (error) { - console.error(error) + } catch { + // Ignore the error } } return null