Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c6aeb44

Browse filesBrowse files
sam-githubItalo A. Casas
authored andcommitted
test: fix linting for test-tls-add-ca-cert.js
Fix lint error introduced in ea72331 PR-URL: #10771 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 1fca69c commit c6aeb44
Copy full SHA for c6aeb44

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/internet/test-tls-add-ca-cert.js‎

Copy file name to clipboardExpand all lines: test/internet/test-tls-add-ca-cert.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function loadPEM(n) {
2222

2323
const caCert = loadPEM('ca1-cert');
2424

25-
var opts = {
25+
const opts = {
2626
host: 'www.nodejs.org',
2727
port: 443,
2828
rejectUnauthorized: true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.