Skip to content

Commit

Permalink
bump for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Harris committed Apr 11, 2024
1 parent 5ee231c commit 8dc7390
Show file tree
Hide file tree
Showing 2 changed files with 652 additions and 284 deletions.
2 changes: 1 addition & 1 deletion electron/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class ADB {
}
readdir(serial, path, cb, ecb) {
this._clientSetup.promise.then(() => {
if (!this.client) return ecb('Not connected.');
if (!this.client) return ecb('Not connected.');
const device = this.client.getDevice(serial);
device
.readdir(path)
Expand Down
Loading

0 comments on commit 8dc7390

Please sign in to comment.