appium / io.appium.settings

App for dealing with Android settings
Apache License 2.0
122 stars 56 forks source link

fix: log argument #186

Closed KazuCocoa closed 3 months ago

KazuCocoa commented 3 months ago
lib/client.js:139:16 - error TS2555: Expected at least 2 arguments, but got 1.

139       this.log.debug(output);
                   ~~~~~

  node_modules/@appium/logger/build/lib/types.d.ts:28:27
    28     debug(prefix: string, message: any, ...args: any[]): void;
                                 ~~~~~~~~~~~~
    An argument for 'message' was not provided.
mykola-mokhnach commented 3 months ago

that's nice, typechecks rule

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 5.12.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: