@wdio/local-runner 9.1.0 → 9.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +4 -4
package/build/index.js CHANGED
@@ -267,7 +267,7 @@ var WorkerInstance = class extends EventEmitter {
267
267
  ) {
268
268
  runnerEnv.NODE_OPTIONS = (runnerEnv.NODE_OPTIONS || "") + " --import tsx";
269
269
  }
270
- log.info(`Start worker ${cid} with arg: ${argv}`);
270
+ log.info(`Start worker ${cid} with arg: ${argv.join(" ")}`);
271
271
  const childProcess = this.childProcess = child.fork(path.join(__dirname, "run.js"), argv, {
272
272
  cwd: process.cwd(),
273
273
  env: runnerEnv,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/local-runner",
3
- "version": "9.1.0",
3
+ "version": "9.1.2",
4
4
  "description": "A WebdriverIO runner to run tests locally",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
@@ -39,8 +39,8 @@
39
39
  "@types/node": "^20.1.0",
40
40
  "@wdio/logger": "9.1.0",
41
41
  "@wdio/repl": "9.0.8",
42
- "@wdio/runner": "9.1.0",
43
- "@wdio/types": "9.1.0",
42
+ "@wdio/runner": "9.1.2",
43
+ "@wdio/types": "9.1.2",
44
44
  "async-exit-hook": "^2.0.1",
45
45
  "split2": "^4.1.0",
46
46
  "stream-buffers": "^3.0.2"
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac"
55
+ "gitHead": "e009b5102f9f98b99fa62df870ce7f3f5bc1b99a"
56
56
  }