Skip to content

Commit 366ffd6

Browse files
committed
[CONJS-86] correcting SSL missing import
1 parent 58d3789 commit 366ffd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cmd/handshake/ssl-request.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'use strict';
2+
const Capabilities = require('../../const/capabilities');
23

34
/**
45
* Send SSL Request packet.

0 commit comments

Comments
 (0)