Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Review suggestion
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
erights and ljharb authored Jun 19, 2025
commit c7a261a56902ee3b1d4ef16dfd3fb1ba522590f7
2 changes: 2 additions & 0 deletions lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ EventEmitter.init = function(opts) {
} else {
ObjectDefineProperty(this, kShapeMode, {
__proto__: null,
configurable: true,
value: true,
writable: true,
});
Comment thread
erights marked this conversation as resolved.
}

Expand Down
Loading