@@ -1677,7 +1677,7 @@ if (process.platform === 'win32') { |
|
|
1677 |
1677 |
if (warnSimultaneousAccepts) { |
1678 |
1678 |
process.emitWarning( |
1679 |
1679 |
'net._setSimultaneousAccepts() is deprecated and will be removed.', |
1680 |
|
-'DeprecationWarning', 'DEP00XX'); |
|
1680 |
+'DeprecationWarning', 'DEP0121'); |
1681 |
1681 |
warnSimultaneousAccepts = false; |
1682 |
1682 |
} |
1683 |
1683 |
if (handle === undefined) { |
@@ -1699,7 +1699,7 @@ if (process.platform === 'win32') { |
|
|
1699 |
1699 |
if (warnSimultaneousAccepts) { |
1700 |
1700 |
process.emitWarning( |
1701 |
1701 |
'net._setSimultaneousAccepts() is deprecated and will be removed.', |
1702 |
|
-'DeprecationWarning', 'DEP00XX'); |
|
1702 |
+'DeprecationWarning', 'DEP0121'); |
1703 |
1703 |
warnSimultaneousAccepts = false; |
1704 |
1704 |
} |
1705 |
1705 |
}; |