| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2e1e02a commit 4e833b6
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2711,7 +2711,7 @@ Type: Documentation-only. | |||
| 2711 | 2711 | ||
| 2712 | 2712 | Prefer [`message.socket`][] over [`message.connection`][]. | |
| 2713 | 2713 | ||
| 2714 | - ### DEP0XXX: Changing the value of `process.config` | ||
| 2714 | + ### DEP0150: Changing the value of `process.config` | ||
| 2715 | 2715 | <!-- YAML | |
| 2716 | 2716 | changes: | |
| 2717 | 2717 | - version: REPLACEME | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ const deprecationHandler = { | |||
| 72 | 72 | warned: false, | |
| 73 | 73 | message: 'Setting process.config is deprecated. ' + | |
| 74 | 74 | 'In the future the property will be read-only.', | |
| 75 | - code: 'DEP0XXX', | ||
| 75 | + code: 'DEP0150', | ||
| 76 | 76 | maybeWarn() { | |
| 77 | 77 | if (!this.warned) { | |
| 78 | 78 | process.emitWarning(this.message, { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments