File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ console.log('This will not run.');
242242
243243#### Warning: Using ` 'uncaughtException' ` correctly
244244
245- Note that ` 'uncaughtException' ` is a crude mechanism for exception handling
245+ ` 'uncaughtException' ` is a crude mechanism for exception handling
246246intended to be used only as a last resort. The event * should not* be used as
247247an equivalent to ` On Error Resume Next ` . Unhandled exceptions inherently mean
248248that an application is in an undefined state. Attempting to resume application
@@ -922,7 +922,7 @@ process.emitWarning(myWarning);
922922A ` TypeError ` is thrown if ` warning ` is anything other than a string or ` Error `
923923object.
924924
925- Note that while process warnings use ` Error ` objects, the process warning
925+ While process warnings use ` Error ` objects, the process warning
926926mechanism is ** not** a replacement for normal error handling mechanisms.
927927
928928The following additional handling is implemented if the warning ` type ` is
@@ -1350,7 +1350,7 @@ the group access list, using all groups of which the user is a member. This is
13501350a privileged operation that requires that the Node.js process either have ` root `
13511351access or the ` CAP_SETGID ` capability.
13521352
1353- Note that care must be taken when dropping privileges:
1353+ Use care when dropping privileges:
13541354
13551355``` js
13561356console .log (process .getgroups ()); // [ 0 ]
You can’t perform that action at this time.
0 commit comments