We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dcbf8 commit 31294c5Copy full SHA for 31294c5
1 file changed
packages/app/src/components/workbench/logs.ts
@@ -80,7 +80,7 @@ export class DevtoolsSource extends Element {
80
<wdio-devtools-list
81
label="Parameters"
82
class="text-xs"
83
- .list="${(this.command.args || []).reduce((acc, val, i) => {
+ .list="${(this.command.args || []).reduce((acc: Record<string, unknown>, val: unknown, i: number) => {
84
const def = this.#commandDefinition
85
const paramName = def?.parameters?.[i]?.name ?? i
86
acc[paramName] = val
0 commit comments