Skip to content

Commit 1cfc45a

Browse files
committed
fixup! process: move DEP0062 (node --debug) to end-of-life
1 parent 3657440 commit 1cfc45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ changes:
12801280
pr-url: https://github.com/nodejs/node/pull/10970
12811281
description: Runtime deprecation.
12821282
- version: REPLACEME
1283-
pr-url: REPLACEME
1283+
pr-url: https://github.com/nodejs/node/pull/25828
12841284
description: End-of-Life.
12851285
-->
12861286

test/sequential/test-debugger-debug-brk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const assert = require('assert');
77
const fixtures = require('../common/fixtures');
88
const { spawnSync } = require('child_process');
99

10-
// file name here doesn't actually matter the process will exit on start.
10+
// File name here doesn't actually matter the process will exit on start.
1111
const script = fixtures.path('empty.js');
1212

1313
function test(arg) {

0 commit comments

Comments
 (0)