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 879fc3f commit e0cbd70Copy full SHA for e0cbd70
src/wrap-node.js
@@ -29,7 +29,7 @@ module.exports = (function() {
29
Long = require("long"),
30
memcpy = null; try { memcpy = require("memcpy"); } catch (e) {}
31
32
- //? include("ByteBuffer.js");
+ //? include("bytebuffer.js");
33
34
/**
35
* node-memcpy. This is an optional binding dependency and may not be present.
0 commit comments