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 5a33a58 commit 805292fCopy full SHA for 805292f
src/v1/internal/connector.js
@@ -57,7 +57,7 @@ UNBOUND_RELATIONSHIP = 0x72,
57
PATH = 0x50,
58
//sent before version negotiation
59
MAGIC_PREAMBLE = 0x6060B017,
60
-DEBUG = false;
+DEBUG = true;
61
62
let URLREGEX = new RegExp([
63
"([^/]+//)?", // scheme
0 commit comments