Skip to content

Commit

Permalink
lib: mv lib/internal/stream_shared_methods.js lib/internal/stream_bas…
Browse files Browse the repository at this point in the history
…e_commons.js
  • Loading branch information
aks- committed Mar 23, 2018
1 parent e4365d6 commit 560635d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/internal/http2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const {
const {
createWriteWrap,
writeGeneric
} = require('internal/stream_shared_methods');
} = require('internal/stream_base_commons');

const { ShutdownWrap, WriteWrap } = process.binding('stream_wrap');
const { constants, nameForErrorCode } = binding;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const {
createWriteWrap,
writevGeneric,
writeGeneric
} = require('internal/stream_shared_methods');
} = require('internal/stream_base_commons');
const errors = require('internal/errors');
const {
ERR_INVALID_ADDRESS_FAMILY,
Expand Down
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
'lib/internal/v8_prof_polyfill.js',
'lib/internal/v8_prof_processor.js',
'lib/internal/vm/Module.js',
'lib/internal/stream_shared_methods.js',
'lib/internal/stream_base_commons.js',
'lib/internal/streams/lazy_transform.js',
'lib/internal/streams/async_iterator.js',
'lib/internal/streams/BufferList.js',
Expand Down

0 comments on commit 560635d

Please sign in to comment.