Skip to content

Commit

Permalink
SD-1212 - Fixes issues with large files
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanaelA committed Apr 11, 2024
1 parent beb6c4c commit 2fdb8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ class ADB {
cb();
});
transfer.on('error', e => {
clearInterval(interval);
ecb(e);
});
})
Expand Down

0 comments on commit 2fdb8fd

Please sign in to comment.