Skip to content

Commit 588df54

Browse files
authored
docs: remove reference to Node 10 incompatibility (#449)
The bug in V8 that meant we couldn't instrument Node 10 was fixed and Node 10.4.0 shipped with a newer version of V8. This is the original bug report in Node: nodejs/node#20516 This is the PR that fixed it in Node: nodejs/node#19989 Closes #448
1 parent 4cc4ea2 commit 588df54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/compatibility.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ image::https://raw.githubusercontent.com/nodejs/Release/master/schedule.png[]
1515
Some versions of Node.js contain bugs or issues that limit our ability to instrument them correctly.
1616
The following versions of Node.js are known to not be fully instrumented:
1717

18-
- v10.x - Async/Await in Node.js 10 is currently buggy and can therefore not be supported (https://github.com/nodejs/node/issues/20516:[nodejs/node#20516])
1918
- v8.1.x - Recommended solution: Upgrade to v8.2.0 or higher to get full support
2019
- v8.0.x - Recommended solution: Upgrade to v8.2.0 or higher to get full support
2120

0 commit comments

Comments
 (0)