Skip to content

Commit 674ca6f

Browse files
authored
fixup!: run eslint
1 parent 164c2b8 commit 674ca6f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3955,7 +3955,7 @@ Type: Documentation-only
39553955
The support for priority signaling has been deprecated in the [RFC 9113][], and
39563956
will be removed in future versions of Node.js.
39573957

3958-
### DEP0194: `require('node:_http_*')`
3958+
### DEP0195: `require('node:_http_*')`
39593959

39603960
<!-- YAML
39613961
changes:

lib/internal/http2/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const {
5151
kServerResponse,
5252
Server: HttpServer,
5353
httpServerPreClose,
54-
setupConnectionsTracking
54+
setupConnectionsTracking,
5555
} = require('internal/http/server');
5656

5757
const JSStreamSocket = require('internal/js_stream_socket');

test/parallel/test-https-server-async-dispose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Flags: --expose-internals --no-warnings
1+
// Flags: --expose-internals --no-warnings
22
'use strict';
33

44
const common = require('../common');

test/parallel/test-https-server-close-destroy-timeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Flags: --expose-internals --no-warnings
1+
// Flags: --expose-internals --no-warnings
22
'use strict';
33
const common = require('../common');
44
const assert = require('assert');

test/sequential/test-http-regr-gh-2928.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// FLAGS: --expose-internals --no-warnings
1+
// Flags: --expose-internals --no-warnings
22
// This test is designed to fail with a segmentation fault in Node.js 4.1.0 and
33
// execute without issues in Node.js 4.1.1 and up.
44

0 commit comments

Comments
 (0)