8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was a 8000 n error while loading. Please reload this page.
1 parent ba56e41 commit 63b468fCopy full SHA for 63b468f
doc/api/crypto.md
@@ -54,8 +54,8 @@ try {
54
55
When using the lexical ESM `import` keyword, the error can only be
56
caught if a handler for `process.on('uncaughtException')` is registered
57
-_before_ any attempt to load the module is made -- using, for instance,
58
-a preload module.
+_before_ any attempt to load the module is made (using, for instance,
+a preload module).
59
60
When using ESM, if there is a chance that the code may be run on a build
61
of Node.js where crypto support is not enabled, consider using the
0 commit comments