Skip to content
Closed
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
util: remove outdated TODO comment
  • Loading branch information
haramj committed Sep 5, 2025
commit f35aec5e791decf12c790f0c85319d3a1c4eae17
2 changes: 1 addition & 1 deletion lib/internal/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function deprecate(fn, msg, code, useEmitSync, modifyPrototype = true) {
);

function deprecated(...args) {
if (!getOptionValue('--no-deprecation') && !process.noDeprecation) {
if (!process.noDeprecation) {
emitDeprecationWarning();
}
if (new.target) {
Expand Down
Loading