Skip to content

Commit 9d4698c

Browse files
addaleaxFishrock123
authored andcommitted
fixup for v6 by adding missing require()
steal a line from #7207 to make things work PR-URL: #8437 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 954eeb1 commit 9d4698c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/buffer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
const binding = process.binding('buffer');
55
const { isArrayBuffer } = process.binding('util');
66
const bindingObj = {};
7+
const internalUtil = require('internal/util');
78

89
class FastBuffer extends Uint8Array {}
910

0 commit comments

Comments
 (0)