Skip to content

Commit bf2b025

Browse files
committed
fixup! tls: extract out SecureContext configuration
1 parent c78853e commit bf2b025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const {
4949
ERR_OUT_OF_RANGE
5050
} = require('internal/errors').codes;
5151
const internalUtil = require('internal/util');
52-
const internalTLS = require('internal/tls');
5352
internalUtil.assertCrypto();
53+
const internalTLS = require('internal/tls');
5454
const { isArrayBufferView } = require('internal/util/types');
5555

5656
const net = require('net');

0 commit comments

Comments
 (0)