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 2831727 commit 1eeb37cCopy full SHA for 1eeb37c
doc/api/v8.md
@@ -156,7 +156,7 @@ Usage:
156
// Print GC events to stdout for one minute.
157
const v8 = require('v8');
158
v8.setFlagsFromString('--trace_gc');
159
-setTimeout(function() { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
+setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
160
```
161
162
## Serialization API
0 commit comments