Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update compat.js
  • Loading branch information
masx200 authored Sep 14, 2020
commit 4ef108ced802e414d2ce7a01b25deefd2d488066
2 changes: 1 addition & 1 deletion lib/internal/http2/compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {
ReflectGetPrototypeOf,
Symbol,
} = primordials;

const { Reflect } = primordials;
const assert = require('internal/assert');
const Stream = require('stream');
const { Readable } = Stream;
Expand Down