mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
76e67e9884
Refs: https://github.com/nodejs/node/pull/26245 PR-URL: https://github.com/nodejs/node/pull/26492 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
6 lines
186 B
JavaScript
6 lines
186 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('internal/js_stream_socket');
|
|
process.emitWarning('The _stream_wrap module is deprecated.',
|
|
'DeprecationWarning', 'DEP0125');
|