Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e028a1

Browse filesBrowse files
cjihrigFishrock123
authored andcommitted
doc: remove obsolete comment in isError() example
One of the util.isError() examples states that a harmony flag is required. As of v6.0.0, this is no longer true. This commit removes the out of date reference. Refs: #5414 PR-URL: #6486 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 969f96a commit 3e028a1
Copy full SHA for 3e028a1

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/util.md‎

Copy file name to clipboardExpand all lines: doc/api/util.md
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ possible to obtain an incorrect result when the `object` argument manipulates
341341
`@@toStringTag`.
342342

343343
```js
344-
// This example requires the `--harmony-tostring` flag
345344
const util = require('util');
346345
const obj = { name: 'Error', message: 'an error occurred' };
347346

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.