11cb0ef41Sopenharmony_ciconst { spawnSync } = require('child_process'); 21cb0ef41Sopenharmony_ciconst env = { ...process.env }; 31cb0ef41Sopenharmony_cidelete env.NODE_V8_COVERAGE 41cb0ef41Sopenharmony_cispawnSync(process.execPath, [require.resolve('./subprocess')], { 51cb0ef41Sopenharmony_ci env: env 61cb0ef41Sopenharmony_ci}); 7