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 62fa4ea commit 46ab616Copy full SHA for 46ab616
dist/bytebuffer-node.js
@@ -26,7 +26,7 @@ module.exports = (function() {
26
var buffer = require("buffer"),
27
Buffer = buffer["Buffer"],
28
Long = require("long"),
29
- memcpy = null; try { memcpy = require("memcpy"); } catch (e) {}
+ memcpy = null;
30
31
/**
32
* Constructs a new ByteBuffer.
src/wrap-node.js
@@ -23,11 +23,11 @@
23
*/
24
module.exports = (function() {
25
"use strict";
-
+
//? include("bytebuffer.js");
33
0 commit comments