Skip to content
Merged
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
lint rules wants trailing commas
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
erights and aduh95 authored Jul 20, 2022
commit db45fa63202564d8a574a99e92285ebbe70d02b1
2 changes: 1 addition & 1 deletion lib/internal/process/per_thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function buildAllowedFlags() {
});
ObjectDefineProperty(NodeEnvironmentFlagsSet.prototype, 'keys', {
__proto__: null,
value: flagSetValues
value: flagSetValues,
});

ObjectFreeze(NodeEnvironmentFlagsSet.prototype.constructor);
Expand Down