eshost icon indicating copy to clipboard operation
eshost copied to clipboard

d8: --expose-gc flag duplicated

Open ivankra opened this issue 5 months ago • 0 comments

Running with --hostType=d8, evalScript keeps appending --expose-gc flag over and over again:

https://github.com/tc39/eshost/blob/1614fb19e60c58b540c7523b8483b26820bf2a08/lib/agents/d8.js#L21

This should guarded like with node https://github.com/tc39/eshost/blob/1614fb19e60c58b540c7523b8483b26820bf2a08/lib/agents/node.js#L66

ivankra avatar Nov 14 '25 05:11 ivankra