Commit 1cfc45a 1 parent 3657440 commit 1cfc45a Copy full SHA for 1cfc45a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1280,7 +1280,7 @@ changes:
1280
1280
pr-url: https://github.com/nodejs/node/pull/10970
1281
1281
description: Runtime deprecation.
1282
1282
- version: REPLACEME
1283
- pr-url: REPLACEME
1283
+ pr-url: https://github.com/nodejs/node/pull/25828
1284
1284
description: End-of-Life.
1285
1285
-->
1286
1286
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const assert = require('assert');
7
7
const fixtures = require ( '../common/fixtures' ) ;
8
8
const { spawnSync } = require ( 'child_process' ) ;
9
9
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.
11
11
const script = fixtures . path ( 'empty.js' ) ;
12
12
13
13
function test ( arg ) {
You can’t perform that action at this time.
0 commit comments