Closed
Description
- Version: v14.13.1
- Platform: linux
- Subsystem: v8
What steps will reproduce the bug?
// given code
const v8 = require('v8');
v8.getHeapSnapshot()
v8.getHeapSnapshot()
What is the expected behavior?
no crash, the API returns streams
Additional information
I can easily recreate it, so any more info can be collected if needed.