We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e78da1 commit aaaa51fCopy full SHA for aaaa51f
src/quic/node_quic_session.cc
@@ -3613,8 +3613,6 @@ void QuicSession::OnQlogWrite(
3613
BaseObjectPtr<QLogStream> QLogStream::Create(Environment* env) {
3614
HandleScope scope(env->isolate());
3615
3616
- // TODO(@jasnell): There is identical code in heap_utils for the
3617
- // HeapSnapshotStream. We can consolidate the two.
3618
if (env->qlogoutputstream_constructor_template().IsEmpty()) {
3619
// Create FunctionTemplate for QLogStream
3620
Local<FunctionTemplate> os = FunctionTemplate::New(env->isolate());
0 commit comments