FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: require `node:process` in assert doc examples · nodejs/node@3b632e1 · GitHub

/ node Public

Commit 3b632e1

Browse files
authored andcommitted
doc: require node:process in assert doc examples
PR-URL: #53702 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 754090c commit 3b632e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎doc/api/assert.md‎

Lines changed: 1 addition & 0 deletions
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)

Back | FazBrowse Home | New Git URL