Skip to content

Commit

Permalink
fixup! worker: add ability to take heap snapshot from parent thread
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 1, 2020
1 parent bc64b60 commit 6bbff20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sequential/test-async-wrap-getasyncid.js
Expand Up @@ -52,6 +52,7 @@ const { getSystemErrorName } = require('util');
delete providers.HTTPINCOMINGMESSAGE;
delete providers.ELDHISTOGRAM;
delete providers.SIGINTWATCHDOG;
delete providers.WORKERHEAPSNAPSHOT;

const objKeys = Object.keys(providers);
if (objKeys.length > 0)
Expand Down

0 comments on commit 6bbff20

Please sign in to comment.