Files
Kmake/test/fixtures/v8-coverage/worker.js
2026-05-26 23:36:42 -07:00

6 lines
145 B
JavaScript

'use strict';
const { Worker } = require('worker_threads');
const path = require('path');
new Worker(path.resolve(__dirname, 'subprocess.js'));