mirror of https://gitee.com/openkylin/nodejs.git
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');
|