Skip to content

Commit

Permalink
[squash] fixup for v6 by adding missing require()
Browse files Browse the repository at this point in the history
steal a line from nodejs#7207 to make things work
  • Loading branch information
addaleax committed Sep 7, 2016
1 parent 5647c8c commit 763e8b9
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 763e8b9

Please sign in to comment.