X Tutup
The Wayback Machine - https://web.archive.org/web/20230218095356/https://github.com/nodejs/node/commit/361632dab1
Skip to content
Permalink
Browse files
doc: fix lint error in modules.md
PR-URL: #37811
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
  • Loading branch information
Trott committed Mar 19, 2021
1 parent 104dac7 commit 361632d
Showing 1 changed file with 1 addition and 0 deletions.
@@ -656,6 +656,7 @@ native modules and if a name matching a native module is added to the cache,
only `node:`-prefixed require calls are going to receive the native module.
Use with care!

<!-- eslint-disable node-core/no-duplicate-requires -->
```js
const assert = require('assert');
const realFs = require('fs');

0 comments on commit 361632d

Please sign in to comment.
X Tutup