| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -182,7 +182,7 @@ function deprecate(fn, msg, code, useEmitSync, modifyPrototype = true) { | |||
| 182 | 182 | ); | |
| 183 | 183 | ||
| 184 | 184 | function deprecated(...args) { | |
| 185 | - if (!getOptionValue('--no-deprecation') && !process.noDeprecation) { | ||
| 185 | + if (!process.noDeprecation) { | ||
| 186 | 186 | emitDeprecationWarning(); | |
| 187 | 187 | } | |
| 188 | 188 | if (new.target) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments