File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const {
109109const {
110110 createWriteWrap,
111111 writeGeneric
112- } = require ( 'internal/stream_shared_methods ' ) ;
112+ } = require ( 'internal/stream_base_commons ' ) ;
113113
114114const { ShutdownWrap, WriteWrap } = process . binding ( 'stream_wrap' ) ;
115115const { constants, nameForErrorCode } = binding ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const {
5656 createWriteWrap,
5757 writevGeneric,
5858 writeGeneric
59- } = require ( 'internal/stream_shared_methods ' ) ;
59+ } = require ( 'internal/stream_base_commons ' ) ;
6060const errors = require ( 'internal/errors' ) ;
6161const {
6262 ERR_INVALID_ADDRESS_FAMILY ,
Original file line number Diff line number Diff line change 144144 'lib/internal/v8_prof_polyfill.js' ,
145145 'lib/internal/v8_prof_processor.js' ,
146146 'lib/internal/vm/Module.js' ,
147- 'lib/internal/stream_shared_methods .js' ,
147+ 'lib/internal/stream_base_commons .js' ,
148148 'lib/internal/streams/lazy_transform.js' ,
149149 'lib/internal/streams/async_iterator.js' ,
150150 'lib/internal/streams/BufferList.js' ,
You can’t perform that action at this time.
0 commit comments