Skip to content

Commit 3b632e1

Browse files
mfdebianmarco-ippolito
authored andcommitted
doc: require node:process in assert doc examples
PR-URL: #53702 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 754090c commit 3b632e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/assert.md

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ process.on('exit', () => {
269269

270270
```cjs
271271
const assert = require('node:assert');
272+
const process = require('node:process');
272273

273274
const tracker = new assert.CallTracker();
274275

0 commit comments

Comments
 (0)