Skip to content

Commit

Permalink
fixup for v6 by adding missing require()
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
addaleax authored and Fishrock123 committed Sep 8, 2016
1 parent 954eeb1 commit 9d4698c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
const binding = process.binding('buffer');
const { isArrayBuffer } = process.binding('util');
const bindingObj = {};
const internalUtil = require('internal/util');

class FastBuffer extends Uint8Array {}

Expand Down

0 comments on commit 9d4698c

Please sign in to comment.