Skip to content

Commit e0a7fdb

Browse files
orihomieDavertMik
authored andcommitted
Fix of #1968 (#1971)
1 parent c7bac58 commit e0a7fdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/command/run-workers.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ module.exports = function (workers, options) {
3030
'>=11.7.0',
3131
'Required minimum Node version of 11.7.0 to work with "run-workers"',
3232
);
33+
34+
process.profile = options.profile;
35+
3336
const { Worker } = require('worker_threads');
3437

3538
const { config: configPath, override = '' } = options;

0 commit comments

Comments
 (0)