diff --git a/lib/internal/bootstrap/node.js b/lib/internal/bootstrap/node.js index d3bd5d74e08095..2f638555ee28ce 100644 --- a/lib/internal/bootstrap/node.js +++ b/lib/internal/bootstrap/node.js @@ -632,7 +632,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; }