diff --git a/lib/internal/bootstrap/node.js b/lib/internal/bootstrap/node.js index 3770c71fe21f96..46fb6e01e56b6a 100644 --- a/lib/internal/bootstrap/node.js +++ b/lib/internal/bootstrap/node.js @@ -631,7 +631,9 @@ const { kExpandStackSymbol } = NativeModule.require('internal/util'); if (typeof er[kExpandStackSymbol] === 'function') er[kExpandStackSymbol](); - } catch (er) {} + } catch { + // Nothing to be done about it at this point. + } return false; }