Skip to content

Commit

Permalink
fixup! process: move DEP0062 (node --debug) to end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Jan 30, 2019
1 parent 3657440 commit 1cfc45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/10970
description: Runtime deprecation.
- version: REPLACEME
pr-url: REPLACEME
pr-url: https://github.com/nodejs/node/pull/25828
description: End-of-Life.
-->

Expand Down
2 changes: 1 addition & 1 deletion test/sequential/test-debugger-debug-brk.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const assert = require('assert');
const fixtures = require('../common/fixtures');
const { spawnSync } = require('child_process');

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

function test(arg) {
Expand Down

0 comments on commit 1cfc45a

Please sign in to comment.