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.
1 parent 83c1e17 commit e1f27efCopy full SHA for e1f27ef
doc/api/errors.md
@@ -171,7 +171,7 @@ try {
171
172
This will not work because the callback function passed to `fs.readFile()` is
173
called asynchronously. By the time the callback has been called, the
174
-surrounding code (including the `try { } catch (err) { }` block will have
+surrounding code, including the `try { } catch (err) { }` block, will have
175
already exited. Throwing an error inside the callback **can crash the Node.js
176
process** in most cases. If [domains][] are enabled, or a handler has been
177
registered with `process.on('uncaughtException')`, such errors can be
0 commit comments