summaryrefslogtreecommitdiffstats
path: root/connect.js
diff options
context:
space:
mode:
Diffstat (limited to 'connect.js')
-rw-r--r--connect.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/connect.js b/connect.js
index d508d35..f20533f 100644
--- a/connect.js
+++ b/connect.js
@@ -1,5 +1,6 @@
'use strict'
+const debug = require('debug')('gemini:connect')
const {connect: connectTls} = require('tls')
const {
DEFAULT_PORT,
@@ -12,6 +13,7 @@ const connectToGeminiServer = (opt, cb) => {
cb = opt
opt = {}
}
+ debug('connectToGeminiServer', opt)
const {
hostname,
port,